Type Alias CmdR

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

Field CMD reader - TCC 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

Clear start, restart or retrigger

Source

pub fn is_stop(&self) -> bool

Force stop

Source

pub fn is_update(&self) -> bool

Force update or double buffered registers

Source

pub fn is_readsync(&self) -> bool

Force COUNT read synchronization