[−][src]Struct esp32::rtcio::adc_pad::R
Register ADC_PAD
reader
Implementations
impl R
[src]
pub fn adc1_hold(&self) -> ADC1_HOLD_R
[src]
Bit 31
pub fn adc2_hold(&self) -> ADC2_HOLD_R
[src]
Bit 30
pub fn adc1_mux_sel(&self) -> ADC1_MUX_SEL_R
[src]
Bit 29
pub fn adc2_mux_sel(&self) -> ADC2_MUX_SEL_R
[src]
Bit 28
pub fn adc1_fun_sel(&self) -> ADC1_FUN_SEL_R
[src]
Bits 26:27
pub fn adc1_slp_sel(&self) -> ADC1_SLP_SEL_R
[src]
Bit 25
pub fn adc1_slp_ie(&self) -> ADC1_SLP_IE_R
[src]
Bit 24
pub fn adc1_fun_ie(&self) -> ADC1_FUN_IE_R
[src]
Bit 23
pub fn adc2_fun_sel(&self) -> ADC2_FUN_SEL_R
[src]
Bits 21:22
pub fn adc2_slp_sel(&self) -> ADC2_SLP_SEL_R
[src]
Bit 20
pub fn adc2_slp_ie(&self) -> ADC2_SLP_IE_R
[src]
Bit 19
pub fn adc2_fun_ie(&self) -> ADC2_FUN_IE_R
[src]
Bit 18
Methods from Deref<Target = R<ADC_PAD_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<ADC_PAD_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<ADC_PAD_SPEC>> for R
[src]
fn from(reader: R<ADC_PAD_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
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> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,