[][src]Struct cc2650::event::gpt0acaptsel::_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 aon_rtc_upd(self) -> &'a mut W[src]

RTC periodic event controlled by AON_RTC:CTL.RTC_UPD_EN

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

AUX ADC interrupt event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.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.OBSMUX0

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

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

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

AUX ADC done, corresponds to AUX_EVCTL:EVTOMCUFLAGS.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.TIMER1_EV

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

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

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

AUX TDC measurement done event, corresponds to the flag AUX_EVCTL:EVTOMCUFLAGS.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, corresponds flags are here AUX_EVCTL:EVTOMCUFLAGS.AON_WU_EV

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

Port capture event from IOC, configured by IOC:IOCFGn.PORT_ID. Events on ports configured with ENUM PORT_EVENT1 wil be routed here.

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

Port capture event from IOC, configured by IOC:IOCFGn.PORT_ID. Events on ports configured with ENUM PORT_EVENT0 wil be routed here.

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

GPT3B compare event. Configured by GPT3:TBMR.TCACT

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

GPT3A compare event. Configured by GPT3:TAMR.TCACT

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

GPT2B compare event. Configured by GPT2:TBMR.TCACT

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

GPT2A compare event. Configured by GPT2:TAMR.TCACT

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

GPT1B compare event. Configured by GPT1:TBMR.TCACT

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

GPT1A compare event. Configured by GPT1:TAMR.TCACT

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

GPT0B compare event. Configured by GPT0:TBMR.TCACT

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

GPT0A compare event. Configured by GPT0:TAMR.TCACT

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 rfc_cpe_1(self) -> &'a mut W[src]

Combined Interrupt for CPE Generated events. Corresponding flags are here RFC_DBELL:RFCPEIFG. Only interrupts selected with CPE1 in RFC_DBELL:RFCPEIFG can trigger a RFC_CPE_1 event

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

Combined Interrupt for CPE Generated events. Corresponding flags are here RFC_DBELL:RFCPEIFG. Only interrupts selected with CPE0 in RFC_DBELL:RFCPEIFG can trigger a RFC_CPE_0 event

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

Combined RFC hardware interrupt, corresponding flag is here RFC_DBELL:RFHWIFG

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

RFC Doorbell Command Acknowledgement Interrupt, equvialent to RFC_DBELL:RFACKIFG.ACKFLAG

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

FLASH controller error event, the status flags are FLASH:FEDACSTAT.FSM_DONE and FLASH:FEDACSTAT.RVF_INT

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

AUX combined event, the corresponding flag register is here AUX_EVCTL:EVTOMCUFLAGS

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

Interrupt event from I2C

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

Event from AON_RTC, controlled by the AON_RTC:CTL.COMB_EV_MASK setting

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

Edge detect event from IOC. Configureded by the IOC:IOCFGn.EDGE_IRQ_EN and IOC:IOCFGn.EDGE_DET settings

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