[][src]Enum mkl26z4::ftfa_flash_config::fopt::LPBOOT1_A

pub enum LPBOOT1_A {
    _00,
    _01,
}

Possible values of the field LPBOOT1

Variants

_00

Core and system clock divider (OUTDIV1) is 0x7 (divide by 8) when LPBOOT0=0 or 0x3 (divide by 4) when LPBOOT0=1.

_01

Core and system clock divider (OUTDIV1) is 0x1 (divide by 2) when LPBOOT0=0 or 0x0 (divide by 1) when LPBOOT0=1.

Trait Implementations

impl ToBits<bool> for LPBOOT1_A[src]

impl PartialEq<LPBOOT1_A> for LPBOOT1_A[src]

impl Debug for LPBOOT1_A[src]

impl Copy for LPBOOT1_A[src]

impl Clone for LPBOOT1_A[src]

Auto Trait Implementations

impl Unpin for LPBOOT1_A

impl Send for LPBOOT1_A

impl Sync for LPBOOT1_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