Enum efm32pg_pac::efm32pg12b500::usart2::timing::ICS_A
source · #[repr(u8)]
pub enum ICS_A {
ZERO,
ONE,
TWO,
THREE,
SEVEN,
TCMP0,
TCMP1,
TCMP2,
}
Expand description
Inter-character Spacing
Value on reset: 0
Variants§
ZERO
0: There is no space between charcters
ONE
1: Create a space of 1 baud-times before start of transmission
TWO
2: Create a space of 2 baud-times before start of transmission
THREE
3: Create a space of 3 baud-times before start of transmission
SEVEN
4: Create a space of 7 baud-times before start of transmission
TCMP0
5: Create a space of before the start of transmission for TCMPVAL0 baud-times
TCMP1
6: Create a space of before the start of transmission for TCMPVAL1 baud-times
TCMP2
7: Create a space of before the start of transmission for TCMPVAL2 baud-times