[][src]Struct cc13x2_cc26x2_hal::aon_event::evtomcusel::_AON_PROG0_EVW

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

Proxy

Methods

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

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

Writes variant to the field

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

0

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

Edge detect IO event from the DIO(s) which have enabled contribution to IOEV_AON_PROG0 in [MCU_IOC:IOCFGx.IOEV_AON_PROG0_EN]

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _AON_PROG0_EVW<'a>

impl<'a> Sync for _AON_PROG0_EVW<'a>

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