[][src]Struct nrf52832_hal::target::egu0::inten::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 triggered0(&self) -> TRIGGERED0R[src]

Bit 0 - Enable or disable interrupt for TRIGGERED[0] event

pub fn triggered1(&self) -> TRIGGERED1R[src]

Bit 1 - Enable or disable interrupt for TRIGGERED[1] event

pub fn triggered2(&self) -> TRIGGERED2R[src]

Bit 2 - Enable or disable interrupt for TRIGGERED[2] event

pub fn triggered3(&self) -> TRIGGERED3R[src]

Bit 3 - Enable or disable interrupt for TRIGGERED[3] event

pub fn triggered4(&self) -> TRIGGERED4R[src]

Bit 4 - Enable or disable interrupt for TRIGGERED[4] event

pub fn triggered5(&self) -> TRIGGERED5R[src]

Bit 5 - Enable or disable interrupt for TRIGGERED[5] event

pub fn triggered6(&self) -> TRIGGERED6R[src]

Bit 6 - Enable or disable interrupt for TRIGGERED[6] event

pub fn triggered7(&self) -> TRIGGERED7R[src]

Bit 7 - Enable or disable interrupt for TRIGGERED[7] event

pub fn triggered8(&self) -> TRIGGERED8R[src]

Bit 8 - Enable or disable interrupt for TRIGGERED[8] event

pub fn triggered9(&self) -> TRIGGERED9R[src]

Bit 9 - Enable or disable interrupt for TRIGGERED[9] event

pub fn triggered10(&self) -> TRIGGERED10R[src]

Bit 10 - Enable or disable interrupt for TRIGGERED[10] event

pub fn triggered11(&self) -> TRIGGERED11R[src]

Bit 11 - Enable or disable interrupt for TRIGGERED[11] event

pub fn triggered12(&self) -> TRIGGERED12R[src]

Bit 12 - Enable or disable interrupt for TRIGGERED[12] event

pub fn triggered13(&self) -> TRIGGERED13R[src]

Bit 13 - Enable or disable interrupt for TRIGGERED[13] event

pub fn triggered14(&self) -> TRIGGERED14R[src]

Bit 14 - Enable or disable interrupt for TRIGGERED[14] event

pub fn triggered15(&self) -> TRIGGERED15R[src]

Bit 15 - Enable or disable interrupt for TRIGGERED[15] 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]

impl<T> Same for T

type Output = T

Should always be Self