Home
last modified time | relevance | path

Searched full:active_hp_dbias (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv57 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
Desp_efuse_table.c191 {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/
Desp_efuse_table.csv62 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 …
Desp_efuse_table.c211 {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/
Defuse_ll.h45 return EFUSE.rd_mac_sys_2.active_hp_dbias; in efuse_ll_get_active_hp_dbias()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Defuse_ll.h76 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/
Defuse_struct.h512 /** 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/
Defuse_struct.h507 /** 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/
Desp32c6.yaml64ACTIVE_HP_DBIAS : {show: y, blk : 1, word: 2, pos : 0, len : 5, start : 64, type…
Desp32h2.yaml62ACTIVE_HP_DBIAS : {show: y, blk : 1, word: 2, pos: 17, len : 5, start : 81, type…