[][src]Enum efm32hg309f64::usart0::irctrl::IRPW_A

pub enum IRPW_A {
    ONE,
    TWO,
    THREE,
    FOUR,
}

IrDA TX Pulse Width

Value on reset: 0

Variants

ONE

0: IrDA pulse width is 1/16 for OVS=0 and 1/8 for OVS=1

TWO

1: IrDA pulse width is 2/16 for OVS=0 and 2/8 for OVS=1

THREE

2: IrDA pulse width is 3/16 for OVS=0 and 3/8 for OVS=1

FOUR

3: IrDA pulse width is 4/16 for OVS=0 and 4/8 for OVS=1

Trait Implementations

impl From<IRPW_A> for u8[src]

impl Debug for IRPW_A[src]

impl PartialEq<IRPW_A> for IRPW_A[src]

impl Copy for IRPW_A[src]

impl StructuralPartialEq for IRPW_A[src]

impl Clone for IRPW_A[src]

Auto Trait Implementations

impl Unpin for IRPW_A

impl Send for IRPW_A

impl Sync for IRPW_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