[][src]Enum lpc845_pac::syscon::syspllctrl::PSEL_A

pub enum PSEL_A {
    PSEL_0,
    PSEL_1,
    PSEL_2,
    PSEL_3,
}

Post divider ratio P. The division ratio is 2 x P.

Value on reset: 0

Variants

PSEL_0

0: P = 1

PSEL_1

1: P = 2

PSEL_2

2: P = 4

PSEL_3

3: P = 8

Trait Implementations

impl From<PSEL_A> for u8[src]

impl Debug for PSEL_A[src]

impl PartialEq<PSEL_A> for PSEL_A[src]

impl Copy for PSEL_A[src]

impl StructuralPartialEq for PSEL_A[src]

impl Clone for PSEL_A[src]

Auto Trait Implementations

impl Unpin for PSEL_A

impl Send for PSEL_A

impl Sync for PSEL_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<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