Struct esp32h2::intpri::cpu_int_pri_22::R
source · pub struct R(_);
Expand description
Register CPU_INT_PRI_22
reader
Implementations§
source§impl R
impl R
sourcepub fn cpu_pri_22_map(&self) -> CPU_PRI_22_MAP_R
pub fn cpu_pri_22_map(&self) -> CPU_PRI_22_MAP_R
Bits 0:3 - Need add description
Methods from Deref<Target = R<CPU_INT_PRI_22_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