Struct esp32h2::mem_monitor::log_check_data::R
source · pub struct R(_);
Expand description
Register LOG_CHECK_DATA
reader
Implementations§
source§impl R
impl R
sourcepub fn log_check_data(&self) -> LOG_CHECK_DATA_R
pub fn log_check_data(&self) -> LOG_CHECK_DATA_R
Bits 0:31 - The special check data, when write this special data, it will trigger logging.
Methods from Deref<Target = R<LOG_CHECK_DATA_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