Type Alias R

Source
pub type R = R<ICRrs>;
Expand description

Register ICR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ccrcfailc(&self) -> CCRCFAILC_R

Bit 0 - CCRCFAILC

Source

pub fn dcrcfailc(&self) -> DCRCFAILC_R

Bit 1 - DCRCFAILC

Source

pub fn ctimeoutc(&self) -> CTIMEOUTC_R

Bit 2 - CTIMEOUTC

Source

pub fn dtimeoutc(&self) -> DTIMEOUTC_R

Bit 3 - DTIMEOUTC

Source

pub fn txunderrc(&self) -> TXUNDERRC_R

Bit 4 - TXUNDERRC

Source

pub fn rxoverrc(&self) -> RXOVERRC_R

Bit 5 - RXOVERRC

Source

pub fn cmdrendc(&self) -> CMDRENDC_R

Bit 6 - CMDRENDC

Source

pub fn cmdsentc(&self) -> CMDSENTC_R

Bit 7 - CMDSENTC

Source

pub fn dataendc(&self) -> DATAENDC_R

Bit 8 - DATAENDC

Source

pub fn stbiterrc(&self) -> STBITERRC_R

Bit 9 - STBITERRC

Source

pub fn dbckendc(&self) -> DBCKENDC_R

Bit 10 - DBCKENDC

Source

pub fn sdioitc(&self) -> SDIOITC_R

Bit 22 - SDIOITC

Source

pub fn ceataendc(&self) -> CEATAENDC_R

Bit 23 - CEATAENDC

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more