[][src]Enum atsame70j21b::pwm0::pwm_ch_num::pwm_cmr::UPDS_A

pub enum UPDS_A {
    UPDATE_AT_PERIOD,
    UPDATE_AT_HALF_PERIOD,
}

Update Selection

Value on reset: 0

Variants

UPDATE_AT_PERIOD

0: At the next end of PWM period

UPDATE_AT_HALF_PERIOD

1: At the next end of Half PWM period

Trait Implementations

impl Clone for UPDS_A[src]

impl Copy for UPDS_A[src]

impl Debug for UPDS_A[src]

impl From<UPDS_A> for bool[src]

impl PartialEq<UPDS_A> for UPDS_A[src]

impl StructuralPartialEq for UPDS_A[src]

Auto Trait Implementations

impl Send for UPDS_A

impl Sync for UPDS_A

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