Struct esp32h2::mem_monitor::log_data_mask::R
source · pub struct R(_);
Expand description
Register LOG_DATA_MASK
reader
Implementations§
source§impl R
impl R
sourcepub fn log_data_mask(&self) -> LOG_DATA_MASK_R
pub fn log_data_mask(&self) -> LOG_DATA_MASK_R
Bits 0:3 - byte mask enable, BIT0 mask the first byte of MEM_MONITOR_LOG_CHECK_DATA, and BIT1 mask second byte, and so on.
Methods from Deref<Target = R<LOG_DATA_MASK_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