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
impl RxidenR
pub fn is_000(&self) -> bool
pub fn is_000(&self) -> bool
Disable RDRF assertion due to partially filled FIFO when receiver is idle.
pub fn is_001(&self) -> bool
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
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
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
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
pub fn is_101(&self) -> bool
Enable RDRF assertion due to partially filled FIFO when receiver is idle for 16 characters.