Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv58 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
Desp_efuse_table.c195 {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/
Desp_efuse_table.csv63 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 …
Desp_efuse_table.c215 {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/
Defuse_ll.h50 return EFUSE.rd_mac_sys_2.active_lp_dbias; in efuse_ll_get_active_lp_dbias()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Defuse_ll.h81 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/
Defuse_struct.h516 /** 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/
Defuse_struct.h511 /** 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/
Desp32c6.yaml65ACTIVE_LP_DBIAS : {show: y, blk : 1, word: 2, pos : 5, len : 5, start : 69, type…
Desp32h2.yaml63ACTIVE_LP_DBIAS : {show: y, blk : 1, word: 2, pos: 22, len : 5, start : 86, type…