Struct esp32c3::rtc_cntl::wdtconfig2::R
source · pub struct R(_);Expand description
Register WDTCONFIG2 reader
Implementations§
source§impl R
impl R
sourcepub fn wdt_stg1_hold(&self) -> WDT_STG1_HOLD_R
pub fn wdt_stg1_hold(&self) -> WDT_STG1_HOLD_R
Bits 0:31 - the hold time of stage1
Methods from Deref<Target = R<WDTCONFIG2_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