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