[][src]Enum s32k144::flexio::timcfg3::TIMENAW

pub enum TIMENAW {
    _0,
    _1,
    _10,
    _11,
    _100,
    _101,
    _110,
    _111,
}

Values that can be written to the field TIMENA

Variants

_0

Timer always enabled

_1

Timer enabled on Timer N-1 enable

_10

Timer enabled on Trigger high

_11

Timer enabled on Trigger high and Pin high

_100

Timer enabled on Pin rising edge

_101

Timer enabled on Pin rising edge and Trigger high

_110

Timer enabled on Trigger rising edge

_111

Timer enabled on Trigger rising or falling edge

Auto Trait Implementations

impl Send for TIMENAW

impl Sync for TIMENAW

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]