RxidenW

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>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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>

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

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>

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

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>

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

pub fn _110(self) -> &'a mut W<REG>

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

pub fn _111(self) -> &'a mut W<REG>

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