Type Alias CmdtypR

Source
pub type CmdtypR = FieldReader<Cmdtypselect>;
Expand description

Field CMDTYP reader - e.MMC Command Type

Aliased Type§

struct CmdtypR { /* private fields */ }

Implementations§

Source§

impl CmdtypR

Source

pub const fn variant(&self) -> Cmdtypselect

Get enumerated values variant

Source

pub fn is_normal(&self) -> bool

Not a MMC specific command

Source

pub fn is_waitirq(&self) -> bool

Wait IRQ Command

Source

pub fn is_stream(&self) -> bool

Stream Command

Source

pub fn is_boot(&self) -> bool

Boot Command