[][src]Struct lpc55s6x_pac::adc0::verid::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 res(&self) -> RESR[src]

Bit 0 - Resolution

pub fn diffen(&self) -> DIFFENR[src]

Bit 1 - Differential Supported

pub fn mvi(&self) -> MVIR[src]

Bit 3 - Multi Vref Implemented

pub fn csw(&self) -> CSWR[src]

Bits 4:6 - Channel Scale Width

pub fn vr1rngi(&self) -> VR1RNGIR[src]

Bit 8 - Voltage Reference 1 Range Control Bit Implemented

pub fn iadcki(&self) -> IADCKIR[src]

Bit 9 - Internal ADC Clock implemented

pub fn calofsi(&self) -> CALOFSIR[src]

Bit 10 - Calibration Function Implemented

pub fn num_sec(&self) -> NUM_SECR[src]

Bit 11 - Number of Single Ended Outputs Supported

pub fn num_fifo(&self) -> NUM_FIFOR[src]

Bits 12:14 - Number of FIFOs

pub fn minor(&self) -> MINORR[src]

Bits 16:23 - Minor Version Number

pub fn major(&self) -> MAJORR[src]

Bits 24:31 - Major Version Number

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self