[][src]Struct cc13x2_cc26x2_hal::event::rfcsel9::_EVW

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

Proxy

Methods

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

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

Writes variant to the field

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

Always asserted

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

AUX ADC interrupt event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_ADC_IRQ. Status flags are found here AUX_EVCTL:EVTOMCUFLAGS

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

Loopback of OBSMUX0 through AUX, corresponds to AUX_EVCTL:EVTOMCUFLAGS.MCU_OBSMUX0

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

AUX ADC FIFO watermark event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_ADC_FIFO_ALMOST_FULL

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

AUX ADC done, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_ADC_DONE

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

Autotake event from AUX semaphore, configured by AUX_SMPH:AUTOTAKE

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

AUX timer 1 event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER1_EV

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

AUX timer 0 event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER0_EV

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

AUX TDC measurement done event, corresponds to the flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TDC_DONE and the AUX_TDC status AUX_TDC:STAT.DONE

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

AUX Compare B event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_COMPB

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

AUX Compare A event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_COMPA

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

AON wakeup event, the corresponding flag is here AUX_EVCTL:EVTOMCUFLAGS.AUX_WU_EV

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

Software event 1, triggered by SWEV.SWEV1

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

Software event 0, triggered by SWEV.SWEV0

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

CRYPTO result available interupt event, the corresponding flag is found here CRYPTO:IRQSTAT.RESULT_AVAIL. Controlled by CRYPTO:IRQSTAT.RESULT_AVAIL

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

AUX Timer2 pulse, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_PULSE

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

AUX Timer2 event 3, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV3

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

AUX Timer2 event 2, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV2

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

AUX Timer2 event 1, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV1

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

AUX Timer2 event 0, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV0

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

Combined DMA done, corresponding flags are here UDMA0:REQDONE

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

UART1 combined interrupt, interrupt flags are found here UART1:MIS

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

UART0 combined interrupt, interrupt flags are found here UART0:MIS

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

SSI1 combined interrupt, interrupt flags are found here SSI1:MIS

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

SSI0 combined interrupt, interrupt flags are found here SSI0:MIS

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

Watchdog interrupt event, controlled by WDT:CTL.INTEN

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

AUX Software event 0, AUX_EVCTL:SWEVSET.SWEV0

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

Interrupt event from I2S

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

AON programmable event 1. Event selected by AON_EVENT MCU event selector, AON_EVENT:EVTOMCUSEL.AON_PROG1_EV

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

AON programmable event 0. Event selected by AON_EVENT MCU event selector, AON_EVENT:EVTOMCUSEL.AON_PROG0_EV

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

Always inactive

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _EVW<'a>

impl<'a> Sync for _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