R

Type Alias R 

pub type R = R<BaudSpec>;
Expand description

Register BAUD reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn sbr(&self) -> SbrR

Bits 0:12 - Baud Rate Modulo Divisor.

pub fn sbns(&self) -> SbnsR

Bit 13 - Stop Bit Number Select

pub fn rxedgie(&self) -> RxedgieR

Bit 14 - RX Input Active Edge Interrupt Enable

pub fn lbkdie(&self) -> LbkdieR

Bit 15 - LIN Break Detect Interrupt Enable

pub fn resyncdis(&self) -> ResyncdisR

Bit 16 - Resynchronization Disable

pub fn bothedge(&self) -> BothedgeR

Bit 17 - Both Edge Sampling

pub fn matcfg(&self) -> MatcfgR

Bits 18:19 - Match Configuration

pub fn ridmae(&self) -> RidmaeR

Bit 20 - Receiver Idle DMA Enable

pub fn rdmae(&self) -> RdmaeR

Bit 21 - Receiver Full DMA Enable

pub fn tdmae(&self) -> TdmaeR

Bit 23 - Transmitter DMA Enable

pub fn osr(&self) -> OsrR

Bits 24:28 - Oversampling Ratio

pub fn m10(&self) -> M10R

Bit 29 - 10-bit Mode select

pub fn maen2(&self) -> Maen2R

Bit 30 - Match Address Mode Enable 2

pub fn maen1(&self) -> Maen1R

Bit 31 - Match Address Mode Enable 1