Type Alias W

Source
pub type W = W<EistrSpec>;
Expand description

Register EISTR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn cmdteo(&mut self) -> CmdteoW<'_, EistrSpec>

Bit 0 - Command Timeout Error

Source

pub fn cmdcrc(&mut self) -> CmdcrcW<'_, EistrSpec>

Bit 1 - Command CRC Error

Source

pub fn cmdend(&mut self) -> CmdendW<'_, EistrSpec>

Bit 2 - Command End Bit Error

Source

pub fn cmdidx(&mut self) -> CmdidxW<'_, EistrSpec>

Bit 3 - Command Index Error

Source

pub fn datteo(&mut self) -> DatteoW<'_, EistrSpec>

Bit 4 - Data Timeout Error

Source

pub fn datcrc(&mut self) -> DatcrcW<'_, EistrSpec>

Bit 5 - Data CRC Error

Source

pub fn datend(&mut self) -> DatendW<'_, EistrSpec>

Bit 6 - Data End Bit Error

Source

pub fn curlim(&mut self) -> CurlimW<'_, EistrSpec>

Bit 7 - Current Limit Error

Source

pub fn acmd(&mut self) -> AcmdW<'_, EistrSpec>

Bit 8 - Auto CMD Error

Source

pub fn adma(&mut self) -> AdmaW<'_, EistrSpec>

Bit 9 - ADMA Error