Struct esp32c6::hp_apm::m2_exception_info0::R
source · pub struct R(_);Expand description
Register M2_EXCEPTION_INFO0 reader
Implementations§
source§impl R
impl R
sourcepub fn m2_exception_region(&self) -> M2_EXCEPTION_REGION_R
pub fn m2_exception_region(&self) -> M2_EXCEPTION_REGION_R
Bits 0:15 - Exception region
sourcepub fn m2_exception_mode(&self) -> M2_EXCEPTION_MODE_R
pub fn m2_exception_mode(&self) -> M2_EXCEPTION_MODE_R
Bits 16:17 - Exception mode
sourcepub fn m2_exception_id(&self) -> M2_EXCEPTION_ID_R
pub fn m2_exception_id(&self) -> M2_EXCEPTION_ID_R
Bits 18:22 - Exception id information
Methods from Deref<Target = R<M2_EXCEPTION_INFO0_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