[][src]Enum efm32gg11b820::cmu::lfapresc0::LETIMER1_A

#[repr(u8)]pub enum LETIMER1_A {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
    DIV1024,
    DIV2048,
    DIV4096,
    DIV8192,
    DIV16384,
    DIV32768,
}

Low Energy Timer 1 Prescaler

Value on reset: 0

Variants

DIV1

0: LFACLKLETIMER1 = LFACLK

DIV2

1: LFACLKLETIMER1 = LFACLK/2

DIV4

2: LFACLKLETIMER1 = LFACLK/4

DIV8

3: LFACLKLETIMER1 = LFACLK/8

DIV16

4: LFACLKLETIMER1 = LFACLK/16

DIV32

5: LFACLKLETIMER1 = LFACLK/32

DIV64

6: LFACLKLETIMER1 = LFACLK/64

DIV128

7: LFACLKLETIMER1 = LFACLK/128

DIV256

8: LFACLKLETIMER1 = LFACLK/256

DIV512

9: LFACLKLETIMER1 = LFACLK/512

DIV1024

10: LFACLKLETIMER1 = LFACLK/1024

DIV2048

11: LFACLKLETIMER1 = LFACLK/2048

DIV4096

12: LFACLKLETIMER1 = LFACLK/4096

DIV8192

13: LFACLKLETIMER1 = LFACLK/8192

DIV16384

14: LFACLKLETIMER1 = LFACLK/16384

DIV32768

15: LFACLKLETIMER1 = LFACLK/32768

Trait Implementations

impl Clone for LETIMER1_A[src]

impl Copy for LETIMER1_A[src]

impl Debug for LETIMER1_A[src]

impl From<LETIMER1_A> for u8[src]

impl PartialEq<LETIMER1_A> for LETIMER1_A[src]

impl StructuralPartialEq for LETIMER1_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, 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.