Searched full:lslp_hp_dbias (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 60 WR_DIS.LSLP_HP_DBIAS, EFUSE_BLK0, 20, 1, [] wr_dis of LSLP_HP_DBIAS 163 LSLP_HP_DBIAS, EFUSE_BLK1, 76, 4, [] Stores the lslp hp dbias
|
D | esp_efuse_table.c | 203 {EFUSE_BLK0, 20, 1}, // [] wr_dis of LSLP_HP_DBIAS, 596 static const esp_efuse_desc_t LSLP_HP_DBIAS[] = { variable 987 &WR_DIS_LSLP_HP_DBIAS[0], // [] wr_dis of LSLP_HP_DBIAS 1478 &LSLP_HP_DBIAS[0], // [] Stores the lslp hp dbias
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | efuse_ll.h | 91 return EFUSE.rd_mac_spi_sys_2.lslp_hp_dbias; in efuse_ll_get_lslp_hp_dbias()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 524 /** lslp_hp_dbias : RO; bitpos: [15:12]; default: 0; 527 uint32_t lslp_hp_dbias:4; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c6.yaml | 67 …LSLP_HP_DBIAS : {show: y, blk : 1, word: 2, pos: 12, len : 4, start : 76, type…
|