[][src]Enum efm32pg12_pac::usart0::timing::CSHOLD_A

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

Chip Select Hold

Value on reset: 0

Variants

ZERO

0: Disable CS being asserted after the end of transmission

ONE

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

TWO

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

THREE

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

SEVEN

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

TCMP0

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

TCMP1

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

TCMP2

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

Trait Implementations

impl From<CSHOLD_A> for u8[src]

impl Debug for CSHOLD_A[src]

impl PartialEq<CSHOLD_A> for CSHOLD_A[src]

impl Copy for CSHOLD_A[src]

impl StructuralPartialEq for CSHOLD_A[src]

impl Clone for CSHOLD_A[src]

Auto Trait Implementations

impl Unpin for CSHOLD_A

impl Send for CSHOLD_A

impl Sync for CSHOLD_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self