[][src]Struct cc2650::aon_event::evtomcusel::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn reserved22(&self) -> RESERVED22R[src]

Bits 22:31 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn aon_prog2_ev(&self) -> AON_PROG2_EVR[src]

Bits 16:21 - Event selector for AON_PROG2 event. AON Event Source id# selecting event routed to EVENT as AON_PROG2 event.

pub fn reserved14(&self) -> RESERVED14R[src]

Bits 14:15 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn aon_prog1_ev(&self) -> AON_PROG1_EVR[src]

Bits 8:13 - Event selector for AON_PROG1 event. AON Event Source id# selecting event routed to EVENT as AON_PROG1 event.

pub fn reserved6(&self) -> RESERVED6R[src]

Bits 6:7 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn aon_prog0_ev(&self) -> AON_PROG0_EVR[src]

Bits 0:5 - Event selector for AON_PROG0 event. AON Event Source id# selecting event routed to EVENT as AON_PROG0 event.

Auto Trait Implementations

impl Send for R

impl Sync for R

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]