Struct esp32h2::hp_sys::hp_peri_timeout_addr::R
source · pub struct R(_);
Expand description
Register HP_PERI_TIMEOUT_ADDR
reader
Implementations§
source§impl R
impl R
sourcepub fn hp_peri_timeout_addr(&self) -> HP_PERI_TIMEOUT_ADDR_R
pub fn hp_peri_timeout_addr(&self) -> HP_PERI_TIMEOUT_ADDR_R
Bits 0:31 - Record the address information of abnormal access
Methods from Deref<Target = R<HP_PERI_TIMEOUT_ADDR_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