Struct esp32::dport::app_cpu_record_pdebugls0addr::R
source · pub struct R(_);
Expand description
Register APP_CPU_RECORD_PDEBUGLS0ADDR
reader
Implementations§
source§impl R
impl R
sourcepub fn record_app_pdebugls0addr(&self) -> RECORD_APP_PDEBUGLS0ADDR_R
pub fn record_app_pdebugls0addr(&self) -> RECORD_APP_PDEBUGLS0ADDR_R
Bits 0:31
Methods from Deref<Target = R<APP_CPU_RECORD_PDEBUGLS0ADDR_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