Searched full:dslp_dbias (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 64 WR_DIS.DSLP_DBIAS, EFUSE_BLK0, 20, 1, [] wr_dis of DSLP_DBIAS 168 DSLP_DBIAS, EFUSE_BLK1, 91, 4, [] Stores the PMU sleep dbias
|
D | esp_efuse_table.c | 219 {EFUSE_BLK0, 20, 1}, // [] wr_dis of DSLP_DBIAS, 616 static const esp_efuse_desc_t DSLP_DBIAS[] = { variable 1015 &WR_DIS_DSLP_DBIAS[0], // [] wr_dis of DSLP_DBIAS 1511 &DSLP_DBIAS[0], // [] Stores the PMU sleep dbias
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | efuse_ll.h | 55 return EFUSE.rd_mac_sys_2.dslp_dbias; in efuse_ll_get_dslp_dbias()
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 515 /** dslp_dbias : RO; bitpos: [30:27]; default: 0; 518 uint32_t dslp_dbias:4; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32h2.yaml | 64 …DSLP_DBIAS : {show: y, blk : 1, word: 2, pos: 27, len : 4, start : 91, type…
|