Type Alias CmdR

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

Field CMD reader - Software 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_noact(&self) -> bool

No action

Source

pub fn is_suspend(&self) -> bool

Channel suspend operation

Source

pub fn is_resume(&self) -> bool

Channel resume operation