Home
last modified time | relevance | path

Searched refs:rtc (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-latest/components/esp_common/
Dsoc.lf10 .rtc.text+
11 .rtc.literal
15 .rtc.data+
19 .rtc.rodata+
23 .rtc.bss
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in14 .rtc.text :
25 This section is required to skip rtc.text area because rtc_iram_seg and
28 .rtc.dummy :
32 . = SIZEOF(.rtc.text);
40 .rtc.force_fast :
47 *(.rtc.force_fast .rtc.force_fast.*)
60 .rtc.data :
72 .rtc.bss (NOLOAD) :
103 .rtc.force_slow :
107 *(.rtc.force_slow .rtc.force_slow.*)
[all …]
Dmemory.ld.in99 …This segment is intended for keeping bootloader rtc data (s_bootloader_retain_mem, when a Kconfig …
118 … This segment is intended for keeping rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
147 /* The lines below define location alias for .rtc.data section based on Kconfig option.
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in15 .rtc.text :
34 This section is required to skip rtc.text area because rtc_iram_seg and
37 .rtc.dummy :
41 . = SIZEOF(.rtc.text);
49 .rtc.force_fast :
56 *(.rtc.force_fast .rtc.force_fast.*)
68 .rtc.data :
79 .rtc.bss (NOLOAD) :
110 .rtc.force_slow :
114 *(.rtc.force_slow .rtc.force_slow.*)
[all …]
Dmemory.ld.in106 - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
107 - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on).
128 /* The lines below define location alias for .rtc.data section based on Kconfig option.
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in16 .rtc.text :
21 *(.rtc.entry.text)
40 .rtc.force_fast :
47 *(.rtc.force_fast .rtc.force_fast.*)
58 .rtc.data :
69 .rtc.bss (NOLOAD) :
100 .rtc.force_slow :
104 *(.rtc.force_slow .rtc.force_slow.*)
130 /* Get size of rtc slow data based on rtc_data_location alias */
Dmemory.ld.in88 - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
89 - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on).
101 * The lines below define location alias for .rtc.data section
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dsections.ld.in16 .rtc.text :
21 *(.rtc.entry.text)
40 .rtc.force_fast :
47 *(.rtc.force_fast .rtc.force_fast.*)
58 .rtc.data :
69 .rtc.bss (NOLOAD) :
100 .rtc.force_slow :
104 *(.rtc.force_slow .rtc.force_slow.*)
130 /* Get size of rtc slow data based on rtc_data_location alias */
Dmemory.ld.in92 - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
93 - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on).
105 * The lines below define location alias for .rtc.data section
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in18 .rtc.text :
23 *(.rtc.entry.text)
42 .rtc.force_fast :
49 *(.rtc.force_fast .rtc.force_fast.*)
62 .rtc.data :
73 .rtc.bss (NOLOAD) :
105 .rtc.force_slow :
109 *(.rtc.force_slow .rtc.force_slow.*)
135 /* Get size of rtc slow data based on rtc_data_location alias */
Dmemory.ld.in98 - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
99 - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on).
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dsections.ld.in16 .rtc.text :
38 .rtc.force_fast :
45 *(.rtc.force_fast .rtc.force_fast.*)
56 .rtc.data :
67 .rtc.bss (NOLOAD) :
98 .rtc.force_slow :
102 *(.rtc.force_slow .rtc.force_slow.*)
128 /* Get size of rtc slow data based on rtc_data_location alias */
Dmemory.ld.in80 - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files).
81 - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on).
93 * The lines below define location alias for .rtc.data section
/hal_espressif-latest/components/esp_phy/
Dlinker.lf17 [mapping:rtc]
DCMakeLists.txt74 target_link_libraries(${COMPONENT_LIB} PUBLIC rtc)
/hal_espressif-latest/components/esp_system/
Dapp.lf26 [scheme:rtc]
/hal_espressif-latest/components/esp_system/ld/
Dld.common43 …/* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem sec…
/hal_espressif-latest/components/esp_hw_support/
DKconfig184 … When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to
214 orsource "./port/$IDF_TARGET/Kconfig.rtc"
286 # rtc_xtal_freq_t enum in soc/rtc.h lists the XTAL frequencies can be supported
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_struct.h349 } rtc; member
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C3.rst14 …V_RTC_DBIAS20 (BLOCK1) BLOCK1 voltage of rtc dbias20 …
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_struct.h321 } rtc; member
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst247 …spressif/esp-idf/blob/release/v5.2/components/esp_rom/include/{IDF_TARGET_PATH_NAME}/rom/rtc.h>`__.
248 …spressif/esp-idf/blob/release/v5.2/components/esp_rom/include/{IDF_TARGET_PATH_NAME}/rom/rtc.h>`__.
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_struct.h399 } rtc; member
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv166 V_RTC_DBIAS20, EFUSE_BLK1, 149, 8, [] BLOCK1 voltage of rtc dbi…
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_struct.h435 } rtc; member

12