Struct esp32h2::trace::mem_end_addr::R
source · pub struct R(_);
Expand description
Register MEM_END_ADDR
reader
Implementations§
source§impl R
impl R
sourcepub fn mem_end_addr(&self) -> MEM_END_ADDR_R
pub fn mem_end_addr(&self) -> MEM_END_ADDR_R
Bits 0:31 - The end address of trace memory
Methods from Deref<Target = R<MEM_END_ADDR_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