Enum efm32gg11b820::usart3::timing::CSHOLDW [] [src]

pub enum CSHOLDW {
    ZERO,
    ONE,
    TWO,
    THREE,
    SEVEN,
    TCMP0,
    TCMP1,
    TCMP2,
}

Values that can be written to the field CSHOLD

Variants

Disable CS being asserted after the end of transmission

CS is asserted for 1 baud-times after the end of transmission

CS is asserted for 2 baud-times after the end of transmission

CS is asserted for 3 baud-times after the end of transmission

CS is asserted for 7 baud-times after the end of transmission

CS is asserted after the end of transmission for TCMPVAL0 baud-times

CS is asserted after the end of transmission for TCMPVAL1 baud-times

CS is asserted after the end of transmission for TCMPVAL2 baud-times