[][src]Enum rsl10_pac::clk::clk_div_cfg1::PWM0CLK_PRESCALE_A

#[repr(u8)]
pub enum PWM0CLK_PRESCALE_A {
    PWM0CLK_PRESCALE_1,
    PWM0CLK_PRESCALE_2,
    PWM0CLK_PRESCALE_63,
    PWM0CLK_PRESCALE_64,
}

Prescale value for the PWM0 peripheral clock (1 to 64 in steps of 1)

Value on reset: 0

Variants

PWM0CLK_PRESCALE_1

0: Divide by 1

PWM0CLK_PRESCALE_2

1: Divide by 2

PWM0CLK_PRESCALE_63

62: Divide by 63

PWM0CLK_PRESCALE_64

63: Divide by 64

Trait Implementations

impl Clone for PWM0CLK_PRESCALE_A[src]

impl Copy for PWM0CLK_PRESCALE_A[src]

impl Debug for PWM0CLK_PRESCALE_A[src]

impl From<PWM0CLK_PRESCALE_A> for u8[src]

impl PartialEq<PWM0CLK_PRESCALE_A> for PWM0CLK_PRESCALE_A[src]

impl StructuralPartialEq for PWM0CLK_PRESCALE_A[src]

Auto Trait Implementations

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.