Enum stm32f1::stm32f107::iwdg::pr::PR_A[][src]

#[repr(u8)]pub enum PR_A {
    DIVIDEBY4,
    DIVIDEBY8,
    DIVIDEBY16,
    DIVIDEBY32,
    DIVIDEBY64,
    DIVIDEBY128,
    DIVIDEBY256,
    DIVIDEBY256BIS,
}

Prescaler divider

Value on reset: 0

Variants

DIVIDEBY4

0: Divider /4

DIVIDEBY8

1: Divider /8

DIVIDEBY16

2: Divider /16

DIVIDEBY32

3: Divider /32

DIVIDEBY64

4: Divider /64

DIVIDEBY128

5: Divider /128

DIVIDEBY256

6: Divider /256

DIVIDEBY256BIS

7: Divider /256

Trait Implementations

impl Clone for PR_A[src]

impl Copy for PR_A[src]

impl Debug for PR_A[src]

impl PartialEq<PR_A> for PR_A[src]

impl StructuralPartialEq for PR_A[src]

Auto Trait Implementations

impl Send for PR_A[src]

impl Sync for PR_A[src]

impl Unpin for PR_A[src]

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.