Searched full:active_hp_dbias (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 57 WR_DIS.ACTIVE_HP_DBIAS, EFUSE_BLK0, 20, 1, [] wr_dis of ACTIVE_HP_DBIAS 160 ACTIVE_HP_DBIAS, EFUSE_BLK1, 64, 5, [] Stores the active hp dbias
|
D | esp_efuse_table.c | 191 {EFUSE_BLK0, 20, 1}, // [] wr_dis of ACTIVE_HP_DBIAS, 584 static const esp_efuse_desc_t ACTIVE_HP_DBIAS[] = { variable 972 &WR_DIS_ACTIVE_HP_DBIAS[0], // [] wr_dis of ACTIVE_HP_DBIAS 1463 &ACTIVE_HP_DBIAS[0], // [] Stores the active hp dbias
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 62 WR_DIS.ACTIVE_HP_DBIAS, EFUSE_BLK0, 20, 1, [] wr_dis of ACTIVE_HP_DBIAS 166 ACTIVE_HP_DBIAS, EFUSE_BLK1, 81, 5, [] Stores the PMU active hp …
|
D | esp_efuse_table.c | 211 {EFUSE_BLK0, 20, 1}, // [] wr_dis of ACTIVE_HP_DBIAS, 608 static const esp_efuse_desc_t ACTIVE_HP_DBIAS[] = { variable 1005 &WR_DIS_ACTIVE_HP_DBIAS[0], // [] wr_dis of ACTIVE_HP_DBIAS 1501 &ACTIVE_HP_DBIAS[0], // [] Stores the PMU active hp dbias
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | efuse_ll.h | 45 return EFUSE.rd_mac_sys_2.active_hp_dbias; in efuse_ll_get_active_hp_dbias()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | efuse_ll.h | 76 return EFUSE.rd_mac_spi_sys_2.active_hp_dbias; in efuse_ll_get_active_hp_dbias()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 512 /** active_hp_dbias : RO; bitpos: [4:0]; default: 0; 515 uint32_t active_hp_dbias:5; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 507 /** active_hp_dbias : RO; bitpos: [21:17]; default: 0; 510 uint32_t active_hp_dbias:5; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c6.yaml | 64 …ACTIVE_HP_DBIAS : {show: y, blk : 1, word: 2, pos : 0, len : 5, start : 64, type…
|
D | esp32h2.yaml | 62 …ACTIVE_HP_DBIAS : {show: y, blk : 1, word: 2, pos: 17, len : 5, start : 81, type…
|