Searched full:lslp_hp_dbg (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 59 WR_DIS.LSLP_HP_DBG, EFUSE_BLK0, 20, 1, [] wr_dis of LSLP_HP_DBG 162 LSLP_HP_DBG, EFUSE_BLK1, 74, 2, [] Stores the lslp hp dbg
|
D | esp_efuse_table.c | 199 {EFUSE_BLK0, 20, 1}, // [] wr_dis of LSLP_HP_DBG, 592 static const esp_efuse_desc_t LSLP_HP_DBG[] = { variable 982 &WR_DIS_LSLP_HP_DBG[0], // [] wr_dis of LSLP_HP_DBG 1473 &LSLP_HP_DBG[0], // [] Stores the lslp hp dbg
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | efuse_ll.h | 86 return EFUSE.rd_mac_spi_sys_2.lslp_hp_dbg; in efuse_ll_get_lslp_dbg()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 520 /** lslp_hp_dbg : RO; bitpos: [11:10]; default: 0; 523 uint32_t lslp_hp_dbg:2; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c6.yaml | 66 …LSLP_HP_DBG : {show: y, blk : 1, word: 2, pos: 10, len : 2, start : 74, type…
|