Enum Rxiden
#[repr(u8)]pub enum Rxiden {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
Receiver Idle Empty Enable
Value on reset: 0
Variants§
_000 = 0
0: Disable RDRF assertion due to partially filled FIFO when receiver is idle.
_001 = 1
1: Enable RDRF assertion due to partially filled FIFO when receiver is idle for 1 character.
_010 = 2
2: Enable RDRF assertion due to partially filled FIFO when receiver is idle for 2 characters.
_011 = 3
3: Enable RDRF assertion due to partially filled FIFO when receiver is idle for 4 characters.
_100 = 4
4: Enable RDRF assertion due to partially filled FIFO when receiver is idle for 8 characters.
_101 = 5
5: Enable RDRF assertion due to partially filled FIFO when receiver is idle for 16 characters.
_110 = 6
6: Enable RDRF assertion due to partially filled FIFO when receiver is idle for 32 characters.
_111 = 7
7: Enable RDRF assertion due to partially filled FIFO when receiver is idle for 64 characters.