[][src]Enum cc13x2_cc26x2_hal::gpt2::tamr::TCACTR

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

Possible values of 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

Methods

impl TCACTR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_clrset_on_to(&self) -> bool[src]

Checks if the value of the field is CLRSET_ON_TO

pub fn is_setclr_on_to(&self) -> bool[src]

Checks if the value of the field is SETCLR_ON_TO

pub fn is_clrtog_on_to(&self) -> bool[src]

Checks if the value of the field is CLRTOG_ON_TO

pub fn is_settog_on_to(&self) -> bool[src]

Checks if the value of the field is SETTOG_ON_TO

pub fn is_set_on_to(&self) -> bool[src]

Checks if the value of the field is SET_ON_TO

pub fn is_clr_on_to(&self) -> bool[src]

Checks if the value of the field is CLR_ON_TO

pub fn is_tog_on_to(&self) -> bool[src]

Checks if the value of the field is TOG_ON_TO

pub fn is_dis_cmp(&self) -> bool[src]

Checks if the value of the field is DIS_CMP

Trait Implementations

impl Copy for TCACTR[src]

impl Debug for TCACTR[src]

impl PartialEq<TCACTR> for TCACTR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for TCACTR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TCACTR

impl Sync for TCACTR

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