Type Alias R

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

Register CR2 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn add(&self) -> ADD_R

Bits 0:3 - Address of the USART node

Source

pub fn lbdl(&self) -> LBDL_R

Bit 5 - lin break detection length

Source

pub fn lbdie(&self) -> LBDIE_R

Bit 6 - LIN break detection interrupt enable

Source

pub fn stop(&self) -> STOP_R

Bits 12:13 - STOP bits

Source

pub fn linen(&self) -> LINEN_R

Bit 14 - LIN mode enable

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more