atsamd51p::ccl::ctrl

Type Alias EnableR

Source
pub type EnableR = BitReader<Enableselect>;
Expand description

Field ENABLE reader - Enable

Aliased Type§

struct EnableR { /* private fields */ }

Implementations§

Source§

impl EnableR

Source

pub const fn variant(&self) -> Enableselect

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

The peripheral is disabled

Source

pub fn is_enable(&self) -> bool

The peripheral is enabled