[][src]Struct nrf52810_pac::saadc::intenset::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 started(&self) -> STARTEDR[src]

Bit 0 - Write '1' to enable interrupt for event STARTED

pub fn end(&self) -> ENDR[src]

Bit 1 - Write '1' to enable interrupt for event END

pub fn done(&self) -> DONER[src]

Bit 2 - Write '1' to enable interrupt for event DONE

pub fn resultdone(&self) -> RESULTDONER[src]

Bit 3 - Write '1' to enable interrupt for event RESULTDONE

pub fn calibratedone(&self) -> CALIBRATEDONER[src]

Bit 4 - Write '1' to enable interrupt for event CALIBRATEDONE

pub fn stopped(&self) -> STOPPEDR[src]

Bit 5 - Write '1' to enable interrupt for event STOPPED

pub fn ch0limith(&self) -> CH0LIMITHR[src]

Bit 6 - Write '1' to enable interrupt for event CH0LIMITH

pub fn ch0limitl(&self) -> CH0LIMITLR[src]

Bit 7 - Write '1' to enable interrupt for event CH0LIMITL

pub fn ch1limith(&self) -> CH1LIMITHR[src]

Bit 8 - Write '1' to enable interrupt for event CH1LIMITH

pub fn ch1limitl(&self) -> CH1LIMITLR[src]

Bit 9 - Write '1' to enable interrupt for event CH1LIMITL

pub fn ch2limith(&self) -> CH2LIMITHR[src]

Bit 10 - Write '1' to enable interrupt for event CH2LIMITH

pub fn ch2limitl(&self) -> CH2LIMITLR[src]

Bit 11 - Write '1' to enable interrupt for event CH2LIMITL

pub fn ch3limith(&self) -> CH3LIMITHR[src]

Bit 12 - Write '1' to enable interrupt for event CH3LIMITH

pub fn ch3limitl(&self) -> CH3LIMITLR[src]

Bit 13 - Write '1' to enable interrupt for event CH3LIMITL

pub fn ch4limith(&self) -> CH4LIMITHR[src]

Bit 14 - Write '1' to enable interrupt for event CH4LIMITH

pub fn ch4limitl(&self) -> CH4LIMITLR[src]

Bit 15 - Write '1' to enable interrupt for event CH4LIMITL

pub fn ch5limith(&self) -> CH5LIMITHR[src]

Bit 16 - Write '1' to enable interrupt for event CH5LIMITH

pub fn ch5limitl(&self) -> CH5LIMITLR[src]

Bit 17 - Write '1' to enable interrupt for event CH5LIMITL

pub fn ch6limith(&self) -> CH6LIMITHR[src]

Bit 18 - Write '1' to enable interrupt for event CH6LIMITH

pub fn ch6limitl(&self) -> CH6LIMITLR[src]

Bit 19 - Write '1' to enable interrupt for event CH6LIMITL

pub fn ch7limith(&self) -> CH7LIMITHR[src]

Bit 20 - Write '1' to enable interrupt for event CH7LIMITH

pub fn ch7limitl(&self) -> CH7LIMITLR[src]

Bit 21 - Write '1' to enable interrupt for event CH7LIMITL

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 = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]