Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 25 of 39) sorted by relevance

12

/hal_espressif-latest/components/esp_hw_support/
Drtc_wdt.c70 static uint32_t get_addr_reg(rtc_wdt_stage_t stage) in get_addr_reg() argument
73 if (stage == RTC_WDT_STAGE0) { in get_addr_reg()
75 } else if (stage == RTC_WDT_STAGE1) { in get_addr_reg()
77 } else if (stage == RTC_WDT_STAGE2) { in get_addr_reg()
85 esp_err_t rtc_wdt_set_time(rtc_wdt_stage_t stage, unsigned int timeout_ms) in rtc_wdt_set_time() argument
87 if (stage > 3) { in rtc_wdt_set_time()
92 if (stage == RTC_WDT_STAGE0) { in rtc_wdt_set_time()
96 WRITE_PERI_REG(get_addr_reg(stage), timeout); in rtc_wdt_set_time()
100 esp_err_t rtc_wdt_get_timeout(rtc_wdt_stage_t stage, unsigned int *timeout_ms) in rtc_wdt_get_timeout() argument
102 if (stage > 3) { in rtc_wdt_get_timeout()
[all …]
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drwdt_ll.h30 #define rwdt_ll_config_stage(hw, stage, timeout_ticks, behavior) \ argument
31 lpwdt_ll_config_stage(hw, stage, timeout_ticks, behavior)
33 #define rwdt_ll_disable_stage(hw, stage) \ argument
34 lpwdt_ll_disable_stage(hw, stage)
Dlpwdt_ll.h116 FORCE_INLINE_ATTR void lpwdt_ll_config_stage(lp_wdt_dev_t *hw, wdt_stage_t stage, uint32_t timeout_… in lpwdt_ll_config_stage() argument
118 switch (stage) { in lpwdt_ll_config_stage()
147 FORCE_INLINE_ATTR void lpwdt_ll_disable_stage(lp_wdt_dev_t *hw, wdt_stage_t stage) in lpwdt_ll_disable_stage() argument
149 switch (stage) { in lpwdt_ll_disable_stage()
Dmwdt_ll.h87 FORCE_INLINE_ATTR void mwdt_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wd… in mwdt_ll_config_stage() argument
89 switch (stage) { in mwdt_ll_config_stage()
120 FORCE_INLINE_ATTR void mwdt_ll_disable_stage(timg_dev_t *hw, uint32_t stage) in mwdt_ll_disable_stage() argument
122 switch (stage) { in mwdt_ll_disable_stage()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drwdt_ll.h31 #define rwdt_ll_config_stage(hw, stage, timeout_ticks, behavior) \ argument
32 lpwdt_ll_config_stage(hw, stage, timeout_ticks, behavior)
34 #define rwdt_ll_disable_stage(hw, stage) \ argument
35 lpwdt_ll_disable_stage(hw, stage)
Dlpwdt_ll.h115 FORCE_INLINE_ATTR void lpwdt_ll_config_stage(lp_wdt_dev_t *hw, wdt_stage_t stage, uint32_t timeout_… in lpwdt_ll_config_stage() argument
117 switch (stage) { in lpwdt_ll_config_stage()
146 FORCE_INLINE_ATTR void lpwdt_ll_disable_stage(lp_wdt_dev_t *hw, wdt_stage_t stage) in lpwdt_ll_disable_stage() argument
148 switch (stage) { in lpwdt_ll_disable_stage()
Dmwdt_ll.h86 FORCE_INLINE_ATTR void mwdt_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wd… in mwdt_ll_config_stage() argument
88 switch (stage) { in mwdt_ll_config_stage()
119 FORCE_INLINE_ATTR void mwdt_ll_disable_stage(timg_dev_t *hw, uint32_t stage) in mwdt_ll_disable_stage() argument
121 switch (stage) { in mwdt_ll_disable_stage()
Decdsa_ll.h197 static inline void ecdsa_ll_set_stage(ecdsa_ll_stage_t stage) in ecdsa_ll_set_stage() argument
199 switch (stage) { in ecdsa_ll_set_stage()
/hal_espressif-latest/components/esp_hw_support/include/
Drtc_wdt.h144 esp_err_t rtc_wdt_set_time(rtc_wdt_stage_t stage, unsigned int timeout_ms);
156 esp_err_t rtc_wdt_get_timeout(rtc_wdt_stage_t stage, unsigned int* timeout_ms);
168 esp_err_t rtc_wdt_set_stage(rtc_wdt_stage_t stage, rtc_wdt_stage_action_t stage_sel);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drwdt_ll.h98 FORCE_INLINE_ATTR void rwdt_ll_config_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage, uint32_t timeout… in rwdt_ll_config_stage() argument
100 switch (stage) { in rwdt_ll_config_stage()
129 FORCE_INLINE_ATTR void rwdt_ll_disable_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage) in rwdt_ll_disable_stage() argument
131 switch (stage) { in rwdt_ll_disable_stage()
Dmwdt_ll.h86 FORCE_INLINE_ATTR void mwdt_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wd… in mwdt_ll_config_stage() argument
88 switch (stage) { in mwdt_ll_config_stage()
117 FORCE_INLINE_ATTR void mwdt_ll_disable_stage(timg_dev_t *hw, uint32_t stage) in mwdt_ll_disable_stage() argument
119 switch (stage) { in mwdt_ll_disable_stage()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmwdt_ll.h105 FORCE_INLINE_ATTR void mwdt_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wd… in mwdt_ll_config_stage() argument
107 switch (stage) { in mwdt_ll_config_stage()
136 FORCE_INLINE_ATTR void mwdt_ll_disable_stage(timg_dev_t *hw, uint32_t stage) in mwdt_ll_disable_stage() argument
138 switch (stage) { in mwdt_ll_disable_stage()
Drwdt_ll.h118 FORCE_INLINE_ATTR void rwdt_ll_config_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage, uint32_t timeout… in rwdt_ll_config_stage() argument
120 switch (stage) { in rwdt_ll_config_stage()
148 FORCE_INLINE_ATTR void rwdt_ll_disable_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage) in rwdt_ll_disable_stage() argument
150 switch (stage) { in rwdt_ll_disable_stage()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmwdt_ll.h86 FORCE_INLINE_ATTR void mwdt_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wd… in mwdt_ll_config_stage() argument
88 switch (stage) { in mwdt_ll_config_stage()
117 FORCE_INLINE_ATTR void mwdt_ll_disable_stage(timg_dev_t *hw, uint32_t stage) in mwdt_ll_disable_stage() argument
119 switch (stage) { in mwdt_ll_disable_stage()
Drwdt_ll.h86 FORCE_INLINE_ATTR void rwdt_ll_config_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage, uint32_t timeout… in rwdt_ll_config_stage() argument
88 switch (stage) { in rwdt_ll_config_stage()
116 FORCE_INLINE_ATTR void rwdt_ll_disable_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage) in rwdt_ll_disable_stage() argument
118 switch (stage) { in rwdt_ll_disable_stage()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dmwdt_ll.h86 FORCE_INLINE_ATTR void mwdt_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wd… in mwdt_ll_config_stage() argument
88 switch (stage) { in mwdt_ll_config_stage()
118 FORCE_INLINE_ATTR void mwdt_ll_disable_stage(timg_dev_t *hw, uint32_t stage) in mwdt_ll_disable_stage() argument
120 switch (stage) { in mwdt_ll_disable_stage()
Drwdt_ll.h96 FORCE_INLINE_ATTR void rwdt_ll_config_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage, uint32_t timeout… in rwdt_ll_config_stage() argument
98 switch (stage) { in rwdt_ll_config_stage()
127 FORCE_INLINE_ATTR void rwdt_ll_disable_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage) in rwdt_ll_disable_stage() argument
129 switch (stage) { in rwdt_ll_disable_stage()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dmwdt_ll.h86 FORCE_INLINE_ATTR void mwdt_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wd… in mwdt_ll_config_stage() argument
88 switch (stage) { in mwdt_ll_config_stage()
119 FORCE_INLINE_ATTR void mwdt_ll_disable_stage(timg_dev_t *hw, uint32_t stage) in mwdt_ll_disable_stage() argument
121 switch (stage) { in mwdt_ll_disable_stage()
Drwdt_ll.h98 FORCE_INLINE_ATTR void rwdt_ll_config_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage, uint32_t timeout… in rwdt_ll_config_stage() argument
100 switch (stage) { in rwdt_ll_config_stage()
129 FORCE_INLINE_ATTR void rwdt_ll_disable_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage) in rwdt_ll_disable_stage() argument
131 switch (stage) { in rwdt_ll_disable_stage()
/hal_espressif-latest/components/hal/
Dwdt_hal_iram.c117 void wdt_hal_config_stage(wdt_hal_context_t *hal, wdt_stage_t stage, uint32_t timeout_ticks, wdt_st… in wdt_hal_config_stage() argument
120 rwdt_ll_config_stage(hal->rwdt_dev, stage, timeout_ticks, behavior); in wdt_hal_config_stage()
122 mwdt_ll_config_stage(hal->mwdt_dev, stage, timeout_ticks, behavior); in wdt_hal_config_stage()
/hal_espressif-latest/components/hal/include/hal/
Dwdt_hal.h90 void wdt_hal_config_stage(wdt_hal_context_t *hal, wdt_stage_t stage, uint32_t timeout, wdt_stage_ac…
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1094 const char *stage = "protocol_list"; in create_base_record() local
1098 stage, channel, name, with_obex); in create_base_record()
1102 stage = "profile_descriptor_list"; in create_base_record()
1106 stage, channel, name, with_obex); in create_base_record()
1113 stage = "language_base"; in create_base_record()
1117 stage, channel, name, with_obex); in create_base_record()
1125 stage = "service_name"; in create_base_record()
1131 stage, channel, name, with_obex); in create_base_record()
1138 stage = "browseable"; in create_base_record()
1142 stage, channel, name, with_obex); in create_base_record()
[all …]
/hal_espressif-latest/components/esp_rom/
DKconfig.projbuild13 specific eFuse bit(s) will be burned at app boot stage.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld14 * The 2nd stage bootloader can take space up to the end of ROM shared
21 /* We consider 0x3fcdcb70 to be the last usable address for 2nd stage bootloader stack overhead, dr…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld14 * The 2nd stage bootloader can take space up to the end of ROM shared
21 /* We consider 0x3fcdc710 to be the last usable address for 2nd stage bootloader stack overhead, dr…

12