Searched full:rtccalib_v1idx_a10l (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_rtc_table.c | 33 #define RTCCALIB_V1_ADCREADINGLOW_OFFSET RTCCALIB_V1IDX_A10L 51 …{RTCCALIB_V1IDX_A10L, 2, 208, 6, 4, 2231, …
|
D | esp_efuse_table.csv | 87 WR_DIS.RTCCALIB_V1IDX_A10L, EFUSE_BLK0, 21, 1, [] wr_dis of RTCCALIB_V1IDX_… 196 RTCCALIB_V1IDX_A10L, EFUSE_BLK2, 208, 6, []
|
D | esp_efuse_table.c | 311 {EFUSE_BLK0, 21, 1}, // [] wr_dis of RTCCALIB_V1IDX_A10L, 731 static const esp_efuse_desc_t RTCCALIB_V1IDX_A10L[] = { variable 1169 &WR_DIS_RTCCALIB_V1IDX_A10L[0], // [] wr_dis of RTCCALIB_V1IDX_A10L 1694 &RTCCALIB_V1IDX_A10L[0], // []
|
/hal_espressif-latest/components/efuse/esp32s2/include/ |
D | esp_efuse_rtc_table.h | 33 #define RTCCALIB_V1IDX_A10L 1 macro
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 251 print("RTCCALIB_V1IDX_A10L = ", efuses["RTCCALIB_V1IDX_A10L"].get())
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 22 …RTCCALIB_V1IDX_A10L (BLOCK2) …
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 733 /** rtccalib_v1idx_a10l : R; bitpos: [21:16]; default: 0; */ 734 uint32_t rtccalib_v1idx_a10l:6; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 101 …RTCCALIB_V1IDX_A10L : {show: y, blk : 2, word: 6, pos: 16, len : 6, start: 208, type : …
|