Enum s32k144::lpuart0::fifo::RXIDENW [] [src]

pub enum RXIDENW {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Values that can be written to the field RXIDEN

Variants

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

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

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

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

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

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

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

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