Type Alias R

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

Register CR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn cecen(&self) -> CECEN_R

Bit 0 - CEC Enable

Source

pub fn txsom(&self) -> TXSOM_R

Bit 1 - Tx start of message

Source

pub fn txeom(&self) -> TXEOM_R

Bit 2 - Tx End Of Message

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more