[][src]Enum atsame70j20b::pwm0::pwm_scm::UPDM_A

#[repr(u8)]pub enum UPDM_A {
    MODE0,
    MODE1,
    MODE2,
}

Synchronous Channels Update Mode

Value on reset: 0

Variants

MODE0

0: Manual write of double buffer registers and manual update of synchronous channels

MODE1

1: Manual write of double buffer registers and automatic update of synchronous channels

MODE2

2: Automatic write of duty-cycle update registers by the DMA Controller and automatic update of synchronous channels

Trait Implementations

impl Clone for UPDM_A[src]

impl Copy for UPDM_A[src]

impl Debug for UPDM_A[src]

impl From<UPDM_A> for u8[src]

impl PartialEq<UPDM_A> for UPDM_A[src]

impl StructuralPartialEq for UPDM_A[src]

Auto Trait Implementations

impl Send for UPDM_A

impl Sync for UPDM_A

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