[][src]Enum s32k144::flexio::timcfg1::TIMDISW

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

Values that can be written to the field TIMDIS

Variants

_0

Timer never disabled

_1

Timer disabled on Timer N-1 disable

_10

Timer disabled on Timer compare

_11

Timer disabled on Timer compare and Trigger Low

_100

Timer disabled on Pin rising or falling edge

_101

Timer disabled on Pin rising or falling edge provided Trigger is high

_110

Timer disabled on Trigger falling edge

Auto Trait Implementations

impl Send for TIMDISW

impl Sync for TIMDISW

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]