RxidenR

Type Alias RxidenR 

pub type RxidenR = FieldReader<Rxiden>;
Expand description

Field RXIDEN reader - Receiver Idle Empty Enable

Aliased Type§

pub struct RxidenR { /* private fields */ }

Implementations§

§

impl RxidenR

pub const fn variant(&self) -> Rxiden

Get enumerated values variant

pub fn is_000(&self) -> bool

Disable RDRF assertion due to partially filled FIFO when receiver is idle.

pub fn is_001(&self) -> bool

Enable RDRF assertion due to partially filled FIFO when receiver is idle for 1 character.

pub fn is_010(&self) -> bool

Enable RDRF assertion due to partially filled FIFO when receiver is idle for 2 characters.

pub fn is_011(&self) -> bool

Enable RDRF assertion due to partially filled FIFO when receiver is idle for 4 characters.

pub fn is_100(&self) -> bool

Enable RDRF assertion due to partially filled FIFO when receiver is idle for 8 characters.

pub fn is_101(&self) -> bool

Enable RDRF assertion due to partially filled FIFO when receiver is idle for 16 characters.

pub fn is_110(&self) -> bool

Enable RDRF assertion due to partially filled FIFO when receiver is idle for 32 characters.

pub fn is_111(&self) -> bool

Enable RDRF assertion due to partially filled FIFO when receiver is idle for 64 characters.