[][src]Enum lpc55s6x_pac::pmc::fro1m::DIVSEL_A

pub enum DIVSEL_A {
    DIV_2,
    DIV_4,
    DIV_6,
    DIV_8,
    DIV_10,
    DIV_12,
    DIV_14,
    DIV_16,
    DIV_18,
    DIV_20,
    DIV_22,
    DIV_24,
    DIV_26,
    DIV_28,
    DIV_30,
    DIV_32,
    DIV_34,
    DIV_36,
    DIV_38,
    DIV_40,
    DIV_42,
    DIV_44,
    DIV_46,
    DIV_48,
    DIV_50,
    DIV_52,
    DIV_54,
    DIV_56,
    DIV_58,
    DIV_60,
    DIV_62,
    DIV_1,
}

Possible values of the field DIVSEL

Variants

DIV_2

2.0.

DIV_4

4.0.

DIV_6

6.0.

DIV_8

8.0.

DIV_10

10.0.

DIV_12

12.0.

DIV_14

14.0.

DIV_16

16.0.

DIV_18

18.0.

DIV_20

20.0.

DIV_22

22.0.

DIV_24

24.0.

DIV_26

26.0.

DIV_28

28.0.

DIV_30

30.0.

DIV_32

32.0.

DIV_34

34.0.

DIV_36

36.0.

DIV_38

38.0.

DIV_40

40.0.

DIV_42

42.0.

DIV_44

44.0.

DIV_46

46.0.

DIV_48

48.0.

DIV_50

50.0.

DIV_52

52.0.

DIV_54

54.0.

DIV_56

56.0.

DIV_58

58.0.

DIV_60

60.0.

DIV_62

62.0.

DIV_1

1.0.

Trait Implementations

impl PartialEq<DIVSEL_A> for DIVSEL_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Debug for DIVSEL_A[src]

impl Copy for DIVSEL_A[src]

impl From<DIVSEL_A> for u8[src]

impl Clone for DIVSEL_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for DIVSEL_A

impl Send for DIVSEL_A

impl Sync for DIVSEL_A

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self