Searched full:v_rtc_dbias20 (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 68 WR_DIS.V_RTC_DBIAS20, EFUSE_BLK0, 20, 1, [] wr_dis of V_RTC_DBIAS20 166 V_RTC_DBIAS20, EFUSE_BLK1, 149, 8, [] BLOCK1 voltage of rtc dbi…
|
D | esp_efuse_table.c | 235 {EFUSE_BLK0, 20, 1}, // [] wr_dis of V_RTC_DBIAS20, 611 static const esp_efuse_desc_t V_RTC_DBIAS20[] = { variable 994 &WR_DIS_V_RTC_DBIAS20[0], // [] wr_dis of V_RTC_DBIAS20 1464 &V_RTC_DBIAS20[0], // [] BLOCK1 voltage of rtc dbias20
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 87 WR_DIS.V_RTC_DBIAS20, EFUSE_BLK0, 20, 1, [] wr_dis of V_RTC_DBIAS20 211 V_RTC_DBIAS20, EFUSE_BLK1, 155, 8, [] BLOCK1 voltage of rtc dbi…
|
D | esp_efuse_table.c | 311 {EFUSE_BLK0, 20, 1}, // [] wr_dis of V_RTC_DBIAS20, 791 static const esp_efuse_desc_t V_RTC_DBIAS20[] = { variable 1297 &WR_DIS_V_RTC_DBIAS20[0], // [] wr_dis of V_RTC_DBIAS20 1897 &V_RTC_DBIAS20[0], // [] BLOCK1 voltage of rtc dbias20
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | efuse_ll.h | 111 return (EFUSE.rd_mac_spi_sys_5.v_rtc_dbias20_1 << 5) + EFUSE.rd_mac_spi_sys_4.v_rtc_dbias20; in efuse_ll_get_v_rtc_dbias20()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | efuse_ll.h | 111 return EFUSE.rd_mac_spi_sys_4.v_rtc_dbias20; in efuse_ll_get_v_rtc_dbias20()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C3.rst | 14 …V_RTC_DBIAS20 (BLOCK1) BLOCK1 voltage of rtc dbias20 …
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 574 /** v_rtc_dbias20 : R; bitpos: [28:21]; default: 0; 577 uint32_t v_rtc_dbias20:8; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 650 /** v_rtc_dbias20 : R; bitpos: [31:27]; default: 0; 653 uint32_t v_rtc_dbias20:5; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c3.yaml | 80 …V_RTC_DBIAS20 : {show: y, blk : 1, word: 4, pos: 21, len : 8, start: 149, type…
|
D | esp32s3.yaml | 96 …V_RTC_DBIAS20 : {show: y, blk : 1, word: 4, pos: 27, len : 8, start: 155, type…
|