Searched full:active_lp_dbias (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 58 WR_DIS.ACTIVE_LP_DBIAS, EFUSE_BLK0, 20, 1, [] wr_dis of ACTIVE_LP_DBIAS 161 ACTIVE_LP_DBIAS, EFUSE_BLK1, 69, 5, [] Stores the active lp dbias
|
D | esp_efuse_table.c | 195 {EFUSE_BLK0, 20, 1}, // [] wr_dis of ACTIVE_LP_DBIAS, 588 static const esp_efuse_desc_t ACTIVE_LP_DBIAS[] = { variable 977 &WR_DIS_ACTIVE_LP_DBIAS[0], // [] wr_dis of ACTIVE_LP_DBIAS 1468 &ACTIVE_LP_DBIAS[0], // [] Stores the active lp dbias
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 63 WR_DIS.ACTIVE_LP_DBIAS, EFUSE_BLK0, 20, 1, [] wr_dis of ACTIVE_LP_DBIAS 167 ACTIVE_LP_DBIAS, EFUSE_BLK1, 86, 5, [] Stores the PMU active lp …
|
D | esp_efuse_table.c | 215 {EFUSE_BLK0, 20, 1}, // [] wr_dis of ACTIVE_LP_DBIAS, 612 static const esp_efuse_desc_t ACTIVE_LP_DBIAS[] = { variable 1010 &WR_DIS_ACTIVE_LP_DBIAS[0], // [] wr_dis of ACTIVE_LP_DBIAS 1506 &ACTIVE_LP_DBIAS[0], // [] Stores the PMU active lp dbias
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | efuse_ll.h | 50 return EFUSE.rd_mac_sys_2.active_lp_dbias; in efuse_ll_get_active_lp_dbias()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | efuse_ll.h | 81 return EFUSE.rd_mac_spi_sys_2.active_lp_dbias; in efuse_ll_get_active_lp_dbias()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 516 /** active_lp_dbias : RO; bitpos: [9:5]; default: 0; 519 uint32_t active_lp_dbias:5; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 511 /** active_lp_dbias : RO; bitpos: [26:22]; default: 0; 514 uint32_t active_lp_dbias:5; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c6.yaml | 65 …ACTIVE_LP_DBIAS : {show: y, blk : 1, word: 2, pos : 5, len : 5, start : 69, type…
|
D | esp32h2.yaml | 63 …ACTIVE_LP_DBIAS : {show: y, blk : 1, word: 2, pos: 22, len : 5, start : 86, type…
|