[][src]Enum atsame70j21b::pwm0::pwm_clk::PREA_A

#[repr(u8)]pub enum PREA_A {
    CLK,
    CLK_DIV2,
    CLK_DIV4,
    CLK_DIV8,
    CLK_DIV16,
    CLK_DIV32,
    CLK_DIV64,
    CLK_DIV128,
    CLK_DIV256,
    CLK_DIV512,
    CLK_DIV1024,
}

CLKA Source Clock Selection

Value on reset: 0

Variants

CLK

0: Peripheral clock

CLK_DIV2

1: Peripheral clock/2

CLK_DIV4

2: Peripheral clock/4

CLK_DIV8

3: Peripheral clock/8

CLK_DIV16

4: Peripheral clock/16

CLK_DIV32

5: Peripheral clock/32

CLK_DIV64

6: Peripheral clock/64

CLK_DIV128

7: Peripheral clock/128

CLK_DIV256

8: Peripheral clock/256

CLK_DIV512

9: Peripheral clock/512

CLK_DIV1024

10: Peripheral clock/1024

Trait Implementations

impl Clone for PREA_A[src]

impl Copy for PREA_A[src]

impl Debug for PREA_A[src]

impl From<PREA_A> for u8[src]

impl PartialEq<PREA_A> for PREA_A[src]

impl StructuralPartialEq for PREA_A[src]

Auto Trait Implementations

impl Send for PREA_A

impl Sync for PREA_A

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