Type Alias CmdtypW

Source
pub type CmdtypW<'a, REG> = FieldWriter<'a, REG, 2, Cmdtypselect, Safe>;
Expand description

Field CMDTYP writer - e.MMC Command Type

Aliased Type§

struct CmdtypW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> CmdtypW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn normal(self) -> &'a mut W<REG>

Not a MMC specific command

Source

pub fn waitirq(self) -> &'a mut W<REG>

Wait IRQ Command

Source

pub fn stream(self) -> &'a mut W<REG>

Stream Command

Source

pub fn boot(self) -> &'a mut W<REG>

Boot Command