Struct esp32h2::apb_saradc::apb_tsens_sample::R
source · pub struct R(_);
Expand description
Register APB_TSENS_SAMPLE
reader
Implementations§
source§impl R
impl R
sourcepub fn tsens_sample_rate(&self) -> TSENS_SAMPLE_RATE_R
pub fn tsens_sample_rate(&self) -> TSENS_SAMPLE_RATE_R
Bits 0:15 - HW sample rate
sourcepub fn tsens_sample_en(&self) -> TSENS_SAMPLE_EN_R
pub fn tsens_sample_en(&self) -> TSENS_SAMPLE_EN_R
Bit 16 - HW sample en
Methods from Deref<Target = R<APB_TSENS_SAMPLE_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