RafR

Type Alias RafR 

pub type RafR = BitReader<Raf>;
Expand description

Field RAF reader - Receiver Active Flag

Aliased Type§

pub struct RafR { /* private fields */ }

Implementations§

§

impl RafR

pub const fn variant(&self) -> Raf

Get enumerated values variant

pub fn is_0(&self) -> bool

LPUART receiver idle waiting for a start bit.

pub fn is_1(&self) -> bool

LPUART receiver active (RXD input not idle).