Struct esp32s3::apb_saradc::apb_saradc1_data_status::R
source · pub struct R(_);
Expand description
Register APB_SARADC1_DATA_STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn apb_saradc1_data(&self) -> APB_SARADC1_DATA_R
pub fn apb_saradc1_data(&self) -> APB_SARADC1_DATA_R
Bits 0:16 - apbsaradc sample data
Methods from Deref<Target = R<APB_SARADC1_DATA_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<APB_SARADC1_DATA_STATUS_SPEC>> for R
impl From<R<APB_SARADC1_DATA_STATUS_SPEC>> for R
sourcefn from(reader: R<APB_SARADC1_DATA_STATUS_SPEC>) -> Self
fn from(reader: R<APB_SARADC1_DATA_STATUS_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