Struct esp32c6::hp_apm::m3_exception_info0::R
source · pub struct R(_);
Expand description
Register M3_EXCEPTION_INFO0
reader
Implementations§
source§impl R
impl R
sourcepub fn m3_exception_region(&self) -> M3_EXCEPTION_REGION_R
pub fn m3_exception_region(&self) -> M3_EXCEPTION_REGION_R
Bits 0:15 - Exception region
sourcepub fn m3_exception_mode(&self) -> M3_EXCEPTION_MODE_R
pub fn m3_exception_mode(&self) -> M3_EXCEPTION_MODE_R
Bits 16:17 - Exception mode
sourcepub fn m3_exception_id(&self) -> M3_EXCEPTION_ID_R
pub fn m3_exception_id(&self) -> M3_EXCEPTION_ID_R
Bits 18:22 - Exception id information
Methods from Deref<Target = R<M3_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