Type Alias CmdR

Source
pub type CmdR = FieldReader<Cmdselect>;
Expand description

Field CMD reader - Command

Aliased Type§

struct CmdR { /* private fields */ }

Implementations§

Source§

impl CmdR

Source

pub const fn variant(&self) -> Option<Cmdselect>

Get enumerated values variant

Source

pub fn is_none(&self) -> bool

No action

Source

pub fn is_retrigger(&self) -> bool

Force a counter restart or retrigger

Source

pub fn is_update(&self) -> bool

Force update of double buffered registers

Source

pub fn is_readsync(&self) -> bool

Force a read synchronization of COUNT

Source

pub fn is_start(&self) -> bool

Start QDEC/HALL

Source

pub fn is_stop(&self) -> bool

Stop QDEC/HALL