[][src]Enum k1921vk01t_pac::nt_pwm0::tbctl::HSPCLKDIV_A

pub enum HSPCLKDIV_A {
    DIV1,
    DIV2,
    DIV4,
    DIV6,
    DIV8,
    DIV10,
    DIV12,
    DIV14,
}

Value on reset: 0

Variants

DIV1

0: clock not divided

DIV2

1: clock divided by 2

DIV4

2: clock divided by 4

DIV6

3: clock divided by 6

DIV8

4: clock divided by 8

DIV10

5: clock divided by 10

DIV12

6: clock divided by 12

DIV14

7: clock divided by 14

Trait Implementations

impl Clone for HSPCLKDIV_A[src]

impl Copy for HSPCLKDIV_A[src]

impl Debug for HSPCLKDIV_A[src]

impl From<HSPCLKDIV_A> for u8[src]

impl PartialEq<HSPCLKDIV_A> for HSPCLKDIV_A[src]

impl StructuralPartialEq for HSPCLKDIV_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 = !

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.