[][src]Enum nrf52832_hal::target::pwm0::prescaler::PRESCALERW

pub enum PRESCALERW {
    DIV_1,
    DIV_2,
    DIV_4,
    DIV_8,
    DIV_16,
    DIV_32,
    DIV_64,
    DIV_128,
}

Values that can be written to the field PRESCALER

Variants

Divide by 1 (16MHz)

Divide by 2 ( 8MHz)

Divide by 4 ( 4MHz)

Divide by 8 ( 2MHz)

Divide by 16 ( 1MHz)

Divide by 32 ( 500kHz)

Divide by 64 ( 250kHz)

Divide by 128 ( 125kHz)

Auto Trait Implementations

impl Send for PRESCALERW

impl Sync for PRESCALERW

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more