[][src]Enum avr_device::atmega2560::usart1::ucsr1c::UCPOL1_A

pub enum UCPOL1_A {
    RISING_EDGE,
    FALLING_EDGE,
}

Clock Polarity

Value on reset: 0

Variants

RISING_EDGE

0: Transmit on Rising XCKn Edge, Receive on Falling XCKn Edge

FALLING_EDGE

1: Transmit on Falling XCKn Edge, Receive on Rising XCKn Edge

Trait Implementations

impl Clone for UCPOL1_A[src]

impl Copy for UCPOL1_A[src]

impl Debug for UCPOL1_A[src]

impl From<UCPOL1_A> for bool[src]

impl PartialEq<UCPOL1_A> for UCPOL1_A[src]

impl StructuralPartialEq for UCPOL1_A[src]

Auto Trait Implementations

impl Send for UCPOL1_A

impl Sync for UCPOL1_A

impl Unpin for UCPOL1_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, 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.