Type Alias RxidenW
pub type RxidenW<'a, REG> = FieldWriter<'a, REG, 3, Rxiden, Safe>;Expand description
Field RXIDEN writer - Receiver Idle Empty Enable
Aliased Type§
pub struct RxidenW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> RxidenW<'a, REG>
impl<'a, REG> RxidenW<'a, REG>
pub fn _000(self) -> &'a mut W<REG>
pub fn _000(self) -> &'a mut W<REG>
Disable RDRF assertion due to partially filled FIFO when receiver is idle.
pub fn _001(self) -> &'a mut W<REG>
pub fn _001(self) -> &'a mut W<REG>
Enable RDRF assertion due to partially filled FIFO when receiver is idle for 1 character.
pub fn _010(self) -> &'a mut W<REG>
pub fn _010(self) -> &'a mut W<REG>
Enable RDRF assertion due to partially filled FIFO when receiver is idle for 2 characters.
pub fn _011(self) -> &'a mut W<REG>
pub fn _011(self) -> &'a mut W<REG>
Enable RDRF assertion due to partially filled FIFO when receiver is idle for 4 characters.
pub fn _100(self) -> &'a mut W<REG>
pub fn _100(self) -> &'a mut W<REG>
Enable RDRF assertion due to partially filled FIFO when receiver is idle for 8 characters.
pub fn _101(self) -> &'a mut W<REG>
pub fn _101(self) -> &'a mut W<REG>
Enable RDRF assertion due to partially filled FIFO when receiver is idle for 16 characters.