Struct esp32::timg0::wdtconfig3::R
source · pub struct R(_);
Expand description
Register WDTCONFIG3
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 - Stage 1 timeout value in SWDT clock cycles
Methods from Deref<Target = R<WDTCONFIG3_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