[−][src]Struct lpc55s6x_pac::adc0::verid::R
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
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self