Enum msp432p401r::timer32::t32control2::PRESCALE_A[][src]

#[repr(u8)]pub enum PRESCALE_A {
    PRESCALE_0,
    PRESCALE_1,
    PRESCALE_2,
}

Prescale bits

Value on reset: 0

Variants

PRESCALE_0

0: 0 stages of prescale, clock is divided by 1

PRESCALE_1

1: 4 stages of prescale, clock is divided by 16

PRESCALE_2

2: 8 stages of prescale, clock is divided by 256

Trait Implementations

impl Clone for PRESCALE_A[src]

impl Copy for PRESCALE_A[src]

impl Debug for PRESCALE_A[src]

impl PartialEq<PRESCALE_A> for PRESCALE_A[src]

impl StructuralPartialEq for PRESCALE_A[src]

Auto Trait Implementations

impl Send for PRESCALE_A

impl Sync for PRESCALE_A

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