Struct esp32c2::apb_saradc::onetime_sample::R
source · [−]pub struct R(_);
Expand description
Register ONETIME_SAMPLE
reader
Implementations
sourceimpl R
impl R
sourcepub fn saradc_onetime_atten(&self) -> SARADC_ONETIME_ATTEN_R
pub fn saradc_onetime_atten(&self) -> SARADC_ONETIME_ATTEN_R
Bits 23:24 - Need add description
sourcepub fn saradc_onetime_channel(&self) -> SARADC_ONETIME_CHANNEL_R
pub fn saradc_onetime_channel(&self) -> SARADC_ONETIME_CHANNEL_R
Bits 25:28 - Need add description
sourcepub fn saradc_onetime_start(&self) -> SARADC_ONETIME_START_R
pub fn saradc_onetime_start(&self) -> SARADC_ONETIME_START_R
Bit 29 - Need add description
sourcepub fn saradc2_onetime_sample(&self) -> SARADC2_ONETIME_SAMPLE_R
pub fn saradc2_onetime_sample(&self) -> SARADC2_ONETIME_SAMPLE_R
Bit 30 - Need add description
sourcepub fn saradc1_onetime_sample(&self) -> SARADC1_ONETIME_SAMPLE_R
pub fn saradc1_onetime_sample(&self) -> SARADC1_ONETIME_SAMPLE_R
Bit 31 - Need add description
Methods from Deref<Target = R<ONETIME_SAMPLE_SPEC>>
Trait Implementations
sourceimpl From<R<ONETIME_SAMPLE_SPEC>> for R
impl From<R<ONETIME_SAMPLE_SPEC>> for R
sourcefn from(reader: R<ONETIME_SAMPLE_SPEC>) -> Self
fn from(reader: R<ONETIME_SAMPLE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more