Struct esp32::dport::rom_mpu_table2::R
source · pub struct R(_);
Expand description
Register ROM_MPU_TABLE2
reader
Implementations§
source§impl R
impl R
sourcepub fn rom_mpu_table2(&self) -> ROM_MPU_TABLE2_R
pub fn rom_mpu_table2(&self) -> ROM_MPU_TABLE2_R
Bits 0:1
Methods from Deref<Target = R<ROM_MPU_TABLE2_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