[][src]Struct nrf52840_hal::target::saadc::inten::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

pub fn started(&mut self) -> _STARTEDW[src]

Bit 0 - Enable or disable interrupt for STARTED event

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

Bit 1 - Enable or disable interrupt for END event

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

Bit 2 - Enable or disable interrupt for DONE event

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

Bit 3 - Enable or disable interrupt for RESULTDONE event

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

Bit 4 - Enable or disable interrupt for CALIBRATEDONE event

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

Bit 5 - Enable or disable interrupt for STOPPED event

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

Bit 6 - Enable or disable interrupt for CH[0].LIMITH event

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

Bit 7 - Enable or disable interrupt for CH[0].LIMITL event

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

Bit 8 - Enable or disable interrupt for CH[1].LIMITH event

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

Bit 9 - Enable or disable interrupt for CH[1].LIMITL event

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

Bit 10 - Enable or disable interrupt for CH[2].LIMITH event

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

Bit 11 - Enable or disable interrupt for CH[2].LIMITL event

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

Bit 12 - Enable or disable interrupt for CH[3].LIMITH event

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

Bit 13 - Enable or disable interrupt for CH[3].LIMITL event

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

Bit 14 - Enable or disable interrupt for CH[4].LIMITH event

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

Bit 15 - Enable or disable interrupt for CH[4].LIMITL event

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

Bit 16 - Enable or disable interrupt for CH[5].LIMITH event

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

Bit 17 - Enable or disable interrupt for CH[5].LIMITL event

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

Bit 18 - Enable or disable interrupt for CH[6].LIMITH event

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

Bit 19 - Enable or disable interrupt for CH[6].LIMITL event

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

Bit 20 - Enable or disable interrupt for CH[7].LIMITH event

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

Bit 21 - Enable or disable interrupt for CH[7].LIMITL event

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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