Type Alias R

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

Register CSR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn tsom(&self) -> TSOM_R

Bit 0 - Tx start of message

Source

pub fn teom(&self) -> TEOM_R

Bit 1 - Tx end of message

Source

pub fn terr(&self) -> TERR_R

Bit 2 - Tx error

Source

pub fn tbtrf(&self) -> TBTRF_R

Bit 3 - Tx byte transfer request or block transfer finished

Source

pub fn rsom(&self) -> RSOM_R

Bit 4 - Rx start of message

Source

pub fn reom(&self) -> REOM_R

Bit 5 - Rx end of message

Source

pub fn rerr(&self) -> RERR_R

Bit 6 - Rx error

Source

pub fn rbtf(&self) -> RBTF_R

Bit 7 - Rx byte/block transfer finished

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more