Searched full:dslp_lp_dbias (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 62 WR_DIS.DSLP_LP_DBIAS, EFUSE_BLK0, 20, 1, [] wr_dis of DSLP_LP_DBIAS 165 DSLP_LP_DBIAS, EFUSE_BLK1, 83, 4, [] Stores the dslp lp dbias
|
D | esp_efuse_table.c | 211 {EFUSE_BLK0, 20, 1}, // [] wr_dis of DSLP_LP_DBIAS, 604 static const esp_efuse_desc_t DSLP_LP_DBIAS[] = { variable 997 &WR_DIS_DSLP_LP_DBIAS[0], // [] wr_dis of DSLP_LP_DBIAS 1488 &DSLP_LP_DBIAS[0], // [] Stores the dslp lp dbias
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | efuse_ll.h | 101 return EFUSE.rd_mac_spi_sys_2.dslp_lp_dbias; in efuse_ll_get_dslp_lp_dbias()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 532 /** dslp_lp_dbias : RO; bitpos: [22:19]; default: 0; 535 uint32_t dslp_lp_dbias:4; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c6.yaml | 69 …DSLP_LP_DBIAS : {show: y, blk : 1, word: 2, pos: 19, len : 4, start : 83, type…
|