Type Alias esp32c6::mem_monitor::log_data_mask::R

source ·
pub type R = R<LOG_DATA_MASK_SPEC>;
Expand description

Register LOG_DATA_MASK reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

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.