Home
last modified time | relevance | path

Searched full:v_rtc_dbias20 (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv68 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…
Desp_efuse_table.c235 {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/
Desp_efuse_table.csv87 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…
Desp_efuse_table.c311 {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/
Defuse_ll.h111 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/
Defuse_ll.h111 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/
Dsummary_ESP32-C3.rst14V_RTC_DBIAS20 (BLOCK1) BLOCK1 voltage of rtc dbias20 …
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Defuse_struct.h574 /** 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/
Defuse_struct.h650 /** 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/
Desp32c3.yaml80V_RTC_DBIAS20 : {show: y, blk : 1, word: 4, pos: 21, len : 8, start: 149, type…
Desp32s3.yaml96V_RTC_DBIAS20 : {show: y, blk : 1, word: 4, pos: 27, len : 8, start: 155, type…