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

#[repr(u8)]
pub enum CSSETUP_A {
    ZERO,
    ONE,
    TWO,
    THREE,
    SEVEN,
    TCMP0,
    TCMP1,
    TCMP2,
}

Chip Select Setup

Value on reset: 0

Variants

ZERO

0: CS is not asserted before start of transmission

ONE

1: CS is asserted for 1 baud-times before start of transmission

TWO

2: CS is asserted for 2 baud-times before start of transmission

THREE

3: CS is asserted for 3 baud-times before start of transmission

SEVEN

4: CS is asserted for 7 baud-times before start of transmission

TCMP0

5: CS is asserted before the start of transmission for TCMPVAL0 baud-times

TCMP1

6: CS is asserted before the start of transmission for TCMPVAL1 baud-times

TCMP2

7: CS is asserted before the start of transmission for TCMPVAL2 baud-times

Trait Implementations

impl Clone for CSSETUP_A[src]

impl Copy for CSSETUP_A[src]

impl Debug for CSSETUP_A[src]

impl From<CSSETUP_A> for u8[src]

impl PartialEq<CSSETUP_A> for CSSETUP_A[src]

impl StructuralPartialEq for CSSETUP_A[src]

Auto Trait Implementations

impl Send for CSSETUP_A

impl Sync for CSSETUP_A

impl Unpin for CSSETUP_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.