Module esp32h2::mem_monitor::log_setting
source · Expand description
log config regsiter
Structs
- log config regsiter
- Register
LOG_SETTINGreader - Register
LOG_SETTINGwriter
Type Definitions
- Field
LOG_ENAreader - enable bus log. BIT0: hp-cpu, BIT1: lp-cpu, BIT2: DMA.823 don’t support lp-cpu - Field
LOG_ENAwriter - enable bus log. BIT0: hp-cpu, BIT1: lp-cpu, BIT2: DMA.823 don’t support lp-cpu - Field
LOG_MEM_LOOP_ENABLEreader - Set 1 enable mem_loop, it will loop write at the range of MEM_START and MEM_END - Field
LOG_MEM_LOOP_ENABLEwriter - Set 1 enable mem_loop, it will loop write at the range of MEM_START and MEM_END - Field
LOG_MODEreader - This field must be onehot. 4’b0001 : WR monitor, 4’b0010: WORD monitor, 4’b0100: HALFWORD monitor, 4’b1000: BYTE monitor. - Field
LOG_MODEwriter - This field must be onehot. 4’b0001 : WR monitor, 4’b0010: WORD monitor, 4’b0100: HALFWORD monitor, 4’b1000: BYTE monitor.