[][src]Struct cc2650::aon_event::rtcsel::_RTC_CH1_CAPT_EVW

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

Proxy

Methods

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

pub fn variant(self, variant: RTC_CH1_CAPT_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 pad31(self) -> &'a mut W[src]

Edge detect on PAD31

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

Edge detect on PAD30

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

Edge detect on PAD29

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

Edge detect on PAD28

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

Edge detect on PAD27

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

Edge detect on PAD26

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

Edge detect on PAD25

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

Edge detect on PAD24

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

Edge detect on PAD23

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

Edge detect on PAD22

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

Edge detect on PAD21

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

Edge detect on PAD20

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

Edge detect on PAD19

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

Edge detect on PAD18

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

Edge detect on PAD17

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

Edge detect on PAD16

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

Edge detect on PAD15

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

Edge detect on PAD14

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

Edge detect on PAD13

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

Edge detect on PAD12

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

Edge detect on PAD11

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

Edge detect on PAD10

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

Edge detect on PAD9

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

Edge detect on PAD8

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

Edge detect on PAD7

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

Edge detect on PAD6

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

Edge detect on PAD5

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

Edge detect on PAD4

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

Edge detect on PAD3

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

Edge detect on PAD2

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

Edge detect on PAD1

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

Edge detect on PAD0

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _RTC_CH1_CAPT_EVW<'a>

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