Struct esp32h2::apb_saradc::sar2_status::R
source · pub struct R(_);
Expand description
Register SAR2_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn saradc_sar2_status(&self) -> SARADC_SAR2_STATUS_R
pub fn saradc_sar2_status(&self) -> SARADC_SAR2_STATUS_R
Bits 0:31 - saradc2 status about data and channel
Methods from Deref<Target = R<SAR2_STATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more