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

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

Proxy

Methods

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

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

Writes variant to the field

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

No event, always low

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

Comparator B not triggered. Asynchronous signal directly from AUX Comparator B (inverted) as opposed to AUX_COMPB which is synchronized in AUX

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

Comparator B triggered. Asynchronous signal directly from the AUX Comparator B as opposed to AUX_COMPB which is synchronized in AUX

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

BATMON voltage update event

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

BATMON temperature update event

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

AUX Timer 1 Event

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

AUX Timer 0 Event

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

TDC completed or timed out

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

ADC conversion completed

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

Comparator B triggered

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

Comparator A triggered

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

AUX Software triggered event #2. Triggered by AUX_EVCTL:SWEVSET.SWEV2

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

AUX Software triggered event #1. Triggered by AUX_EVCTL:SWEVSET.SWEV1

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

AUX Software triggered event #0. Triggered by AUX_EVCTL:SWEVSET.SWEV0

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

JTAG generated event

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

RTC Update Tick (16 kHz signal, i.e. event line toggles value every 32 kHz clock period)

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

RTC combined delayed event

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

RTC channel 2 - delayed event

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

RTC channel 1 - delayed event

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

RTC channel 0 - delayed event

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

RTC channel 2 event

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

RTC channel 1 event

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

RTC channel 0 event

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

Edge detect on any PAD

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

Combined event from BATMON

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

BATMON event: Temperature level below lower limit

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

BATMON event: Temperature level above upper limit

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

BATMON event: Battery level below lower limit

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

BATMON event: Battery level above upper limit

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

Event 3 from AUX TImer2

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

Event 2 from AUX TImer2

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

Event 1 from AUX TImer2

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

Event 0 from AUX TImer2

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

Edge detect IO event from the DIO(s) which have enabled contribution to IOEV_AON_PROG2 in [MCU_IOC:IOCFGx.IOEV_AON_PROG2_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_PROG2_EVW<'a>

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

impl<T> Same for T

type Output = T

Should always be Self