Type Alias R

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

Register ICR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn pecf(&self) -> PECF_R

Bit 0 - Parity error clear flag

Source

pub fn fecf(&self) -> FECF_R

Bit 1 - Framing error clear flag

Source

pub fn ncf(&self) -> NCF_R

Bit 2 - Noise detected clear flag

Source

pub fn orecf(&self) -> ORECF_R

Bit 3 - Overrun error clear flag

Source

pub fn idlecf(&self) -> IDLECF_R

Bit 4 - Idle line detected clear flag

Source

pub fn tccf(&self) -> TCCF_R

Bit 6 - Transmission complete clear flag

Source

pub fn lbdcf(&self) -> LBDCF_R

Bit 8 - LIN break detection clear flag

Source

pub fn ctscf(&self) -> CTSCF_R

Bit 9 - CTS clear flag

Source

pub fn rtocf(&self) -> RTOCF_R

Bit 11 - Receiver timeout clear flag

Source

pub fn eobcf(&self) -> EOBCF_R

Bit 12 - End of timeout clear flag

Source

pub fn cmcf(&self) -> CMCF_R

Bit 17 - Character match clear flag

Source

pub fn wucf(&self) -> WUCF_R

Bit 20 - Wakeup from Stop mode clear flag

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more