Struct esp32::dport::immu_table14::R
source · pub struct R(_);
Expand description
Register IMMU_TABLE14
reader
Implementations§
source§impl R
impl R
sourcepub fn immu_table14(&self) -> IMMU_TABLE14_R
pub fn immu_table14(&self) -> IMMU_TABLE14_R
Bits 0:6
Methods from Deref<Target = R<IMMU_TABLE14_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