atsamd11d::tcc0::ctrlbset

Type Alias IdxcmdR

Source
pub type IdxcmdR = FieldReader<Idxcmdselect>;
Expand description

Field IDXCMD reader - Ramp Index Command

Aliased Type§

struct IdxcmdR { /* private fields */ }

Implementations§

Source§

impl IdxcmdR

Source

pub const fn variant(&self) -> Idxcmdselect

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

Command disabled: Index toggles between cycles A and B

Source

pub fn is_set(&self) -> bool

Set index: cycle B will be forced in the next cycle

Source

pub fn is_clear(&self) -> bool

Clear index: cycle A will be forced in the next cycle

Source

pub fn is_hold(&self) -> bool

Hold index: the next cycle will be the same as the current cycle