[][src]Struct nrf52810_pac::saadc::intenclr::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 Self[src]

Writes raw bits to the register

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

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]