[][src]Enum s32k144::pdb1::sc::LDMODW

pub enum LDMODW {
    _00,
    _01,
    _10,
    _11,
}

Values that can be written to the field LDMOD

Variants

_00

The internal registers are loaded with the values from their buffers, immediately after 1 is written to LDOK.

_01

The internal registers are loaded with the values from their buffers when the PDB counter (CNT) = MOD + 1 CNT delay elapsed, after 1 is written to LDOK.

_10

The internal registers are loaded with the values from their buffers when a trigger input event is detected, after 1 is written to LDOK.

_11

The internal registers are loaded with the values from their buffers when either the PDB counter (CNT) = MOD + 1 CNT delay elapsed, or a trigger input event is detected, after 1 is written to LDOK.

Auto Trait Implementations

impl Send for LDMODW

impl Sync for LDMODW

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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