Type Alias CmdcrcW

Source
pub type CmdcrcW<'a, REG> = BitWriter<'a, REG, Cmdcrcselect>;
Expand description

Field CMDCRC writer - Command CRC Error

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> CmdcrcW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

No Error

Source

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

CRC Error Generated