[][src]Enum mkl25z4::mcg::c1::FRDIV_A

#[repr(u8)]
pub enum FRDIV_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

FLL External Reference Divider

Value on reset: 0

Variants

_000

0: If RANGE 0 = 0 , Divide Factor is 1; for all other RANGE 0 values, Divide Factor is 32.

_001

1: If RANGE 0 = 0 , Divide Factor is 2; for all other RANGE 0 values, Divide Factor is 64.

_010

2: If RANGE 0 = 0 , Divide Factor is 4; for all other RANGE 0 values, Divide Factor is 128.

_011

3: If RANGE 0 = 0 , Divide Factor is 8; for all other RANGE 0 values, Divide Factor is 256.

_100

4: If RANGE 0 = 0 , Divide Factor is 16; for all other RANGE 0 values, Divide Factor is 512.

_101

5: If RANGE 0 = 0 , Divide Factor is 32; for all other RANGE 0 values, Divide Factor is 1024.

_110

6: If RANGE 0 = 0 , Divide Factor is 64; for all other RANGE 0 values, Divide Factor is 1280 .

_111

7: If RANGE 0 = 0 , Divide Factor is 128; for all other RANGE 0 values, Divide Factor is 1536 .

Trait Implementations

impl Clone for FRDIV_A[src]

impl Copy for FRDIV_A[src]

impl Debug for FRDIV_A[src]

impl From<FRDIV_A> for u8[src]

impl PartialEq<FRDIV_A> for FRDIV_A[src]

impl StructuralPartialEq for FRDIV_A[src]

Auto Trait Implementations

impl Send for FRDIV_A

impl Sync for FRDIV_A

impl Unpin for FRDIV_A

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> Same<T> for T

type Output = T

Should always be Self

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.