[][src]Struct cc2650::gpt0::tbmr::_TCACTW

pub struct _TCACTW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _TCACTW<'a>[src]

pub fn variant(self, variant: TCACTW) -> &'a mut W[src]

Writes variant to the field

pub fn clrset_on_to(self) -> &'a mut W[src]

Clear CCP output pin immediately and set on Time-Out

pub fn setclr_on_to(self) -> &'a mut W[src]

Set CCP output pin immediately and clear on Time-Out

pub fn clrtog_on_to(self) -> &'a mut W[src]

Clear CCP output pin immediately and toggle on Time-Out

pub fn settog_on_to(self) -> &'a mut W[src]

Set CCP output pin immediately and toggle on Time-Out

pub fn set_on_to(self) -> &'a mut W[src]

Set CCP output pin on Time-Out

pub fn clr_on_to(self) -> &'a mut W[src]

Clear CCP output pin on Time-Out

pub fn tog_on_to(self) -> &'a mut W[src]

Toggle State on Time-Out

pub fn dis_cmp(self) -> &'a mut W[src]

Disable compare operations

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _TCACTW<'a>

impl<'a> Sync for _TCACTW<'a>

Blanket Implementations

impl<T> From for T[src]

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, 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]