[][src]Struct nrf52832_hal::target::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 STARTED event

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

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

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

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

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

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

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

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

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

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

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

Bit 6 - Write '1' to Enable interrupt for CH[0].LIMITH event

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

Bit 7 - Write '1' to Enable interrupt for CH[0].LIMITL event

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

Bit 8 - Write '1' to Enable interrupt for CH[1].LIMITH event

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

Bit 9 - Write '1' to Enable interrupt for CH[1].LIMITL event

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

Bit 10 - Write '1' to Enable interrupt for CH[2].LIMITH event

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

Bit 11 - Write '1' to Enable interrupt for CH[2].LIMITL event

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

Bit 12 - Write '1' to Enable interrupt for CH[3].LIMITH event

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

Bit 13 - Write '1' to Enable interrupt for CH[3].LIMITL event

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

Bit 14 - Write '1' to Enable interrupt for CH[4].LIMITH event

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

Bit 15 - Write '1' to Enable interrupt for CH[4].LIMITL event

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

Bit 16 - Write '1' to Enable interrupt for CH[5].LIMITH event

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

Bit 17 - Write '1' to Enable interrupt for CH[5].LIMITL event

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

Bit 18 - Write '1' to Enable interrupt for CH[6].LIMITH event

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

Bit 19 - Write '1' to Enable interrupt for CH[6].LIMITL event

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

Bit 20 - Write '1' to Enable interrupt for CH[7].LIMITH event

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

Bit 21 - Write '1' to Enable interrupt for CH[7].LIMITL 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