[][src]Enum cc13x2_cc26x2_hal::gpt1::tbmr::TCACTW

pub enum TCACTW {
    CLRSET_ON_TO,
    SETCLR_ON_TO,
    CLRTOG_ON_TO,
    SETTOG_ON_TO,
    SET_ON_TO,
    CLR_ON_TO,
    TOG_ON_TO,
    DIS_CMP,
}

Values that can be written to the field TCACT

Variants

CLRSET_ON_TO

Clear CCP output pin immediately and set on Time-Out

SETCLR_ON_TO

Set CCP output pin immediately and clear on Time-Out

CLRTOG_ON_TO

Clear CCP output pin immediately and toggle on Time-Out

SETTOG_ON_TO

Set CCP output pin immediately and toggle on Time-Out

SET_ON_TO

Set CCP output pin on Time-Out

CLR_ON_TO

Clear CCP output pin on Time-Out

TOG_ON_TO

Toggle State on Time-Out

DIS_CMP

Disable compare operations

Auto Trait Implementations

impl Send for TCACTW

impl Sync for TCACTW

Blanket Implementations

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

type Error = Infallible

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

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]

impl<T> Same for T

type Output = T

Should always be Self