[][src]Enum msp430fr2x5x_hal::pwm::TimerExDiv

pub enum TimerExDiv {
    _1,
    _2,
    _3,
    _4,
    _5,
    _6,
    _7,
    _8,
}

Timer expansion clock divider, applied on top of the normal clock divider

Variants

_1

No division

_2

Divide by 2

_3

Divide by 3

_4

Divide by 4

_5

Divide by 5

_6

Divide by 6

_7

Divide by 7

_8

Divide by 8

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, 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.