Type Alias AcmdenW

Source
pub type AcmdenW<'a, REG> = FieldWriter<'a, REG, 2, Acmdenselect>;
Expand description

Field ACMDEN writer - Auto Command Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Auto Command Disabled

Source

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

Auto CMD12 Enable

Source

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

Auto CMD23 Enable