Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_regdma.h96 volatile void *restore; member
104 volatile void *restore; member
121 volatile void *restore; member
129 volatile void *restore; member
224 .restore = (void *)_restore, \
242 .restore = (void *)_restore, \
299 void *regdma_link_new_continuous(void *backup, void *buff, int len, void *restore, void *next, bool…
316 void *regdma_link_new_addr_map(void *backup, void *buff, uint32_t bitmap[4], int len, void *restore
359 void *regdma_link_new_branch_continuous(void *backup, void *buff, int len, void *restore, regdma_en…
376 …ch_addr_map(void *backup, void *buff, uint32_t bitmap[4], int len, void *restore, regdma_entry_buf…
[all …]
Dregdma_link.h34 void *restore, void *next, bool skip_b, bool skip_r, int id, uint32_t module) in regdma_link_init_continuous() argument
42 plink->body.restore = restore; in regdma_link_init_continuous()
59 int len, void *restore, void *next, bool skip_b, bool skip_r, int id, uint32_t module) in regdma_link_init_addr_map() argument
68 plink->body.restore = restore; in regdma_link_init_addr_map()
114 regdma_link_branch_continuous_t *plink, void *buff, void *backup, int len, void *restore, in regdma_link_init_branch_continuous() argument
122 plink->body.restore = restore; in regdma_link_init_branch_continuous()
134 int len, void *restore, regdma_entry_buf_t *next, bool skip_b, bool skip_r, int id, in regdma_link_init_branch_addr_map() argument
142 plink->body.restore = restore; in regdma_link_init_branch_addr_map()
Dsleep_modem.h87 void sleep_modem_wifi_do_phy_retention(bool restore);
/hal_espressif-latest/components/esp_hw_support/port/
Dregdma_link.c23 void * regdma_link_new_continuous(void *backup, void *buff, int len, void *restore, void *next, boo… in regdma_link_new_continuous() argument
33 …link = regdma_link_init_continuous(link, buf, backup, len, restore, next, skip_b, skip_r, id, modu… in regdma_link_new_continuous()
39 …ew_addr_map(void *backup, void *buff, uint32_t bitmap[4], int len, void *restore, void *next, bool… in regdma_link_new_addr_map() argument
49 …link = regdma_link_init_addr_map(link, buf, backup, bitmap, len, restore, next, skip_b, skip_r, id… in regdma_link_new_addr_map()
79 void * regdma_link_new_branch_continuous(void *backup, void *buff, int len, void *restore, regdma_e… in regdma_link_new_branch_continuous() argument
89 …link = regdma_link_init_branch_continuous(link, buf, backup, len, restore, next, skip_b, skip_r, i… in regdma_link_new_branch_continuous()
95 …ch_addr_map(void *backup, void *buff, uint32_t bitmap[4], int len, void *restore, regdma_entry_buf… in regdma_link_new_branch_addr_map() argument
105 …link = regdma_link_init_branch_addr_map(link, buf, backup, bitmap, len, restore, next, skip_b, ski… in regdma_link_new_branch_addr_map()
135 void * regdma_link_new_continuous_default(void *backup, int len, void *restore, void *next, bool sk… in regdma_link_new_continuous_default() argument
137 return regdma_link_new_continuous(backup, NULL, len, restore, next, skip_b, skip_r, id, module); in regdma_link_new_continuous_default()
[all …]
/hal_espressif-latest/components/newlib/
Dsystem_libs.lf8 save-restore (noflash)
/hal_espressif-latest/zephyr/port/coex/
Dcoex_stubs.c223 void coex_bb_reset_unlock(uint32_t restore) in coex_bb_reset_unlock() argument
225 (void)restore; in coex_bb_reset_unlock()
/hal_espressif-latest/components/esp_coex/include/private/
Desp_coexist_internal.h198 void coex_bb_reset_unlock(uint32_t restore);
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c143 void (*_coex_bb_reset_unlock)(uint32_t restore);
198 extern void coex_bb_reset_unlock(uint32_t restore);
257 static void coex_bb_reset_unlock_wrapper(uint32_t restore);
878 static void IRAM_ATTR coex_bb_reset_unlock_wrapper(uint32_t restore) in coex_bb_reset_unlock_wrapper() argument
881 coex_bb_reset_unlock(restore); in coex_bb_reset_unlock_wrapper()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modem.c263 void IRAM_ATTR sleep_modem_wifi_do_phy_retention(bool restore) in sleep_modem_wifi_do_phy_retention() argument
265 if (restore) { in sleep_modem_wifi_do_phy_retention()
/hal_espressif-latest/components/esp_pm/
DKconfig118 … current consumption by about 100 uA. Chip will save/restore register context at sleep/wake
120 … the actual cost depends on the peripherals you have initialized. In order to save/restore the
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c166 void (* _coex_bb_reset_unlock)(uint32_t restore);
305 static void coex_bb_reset_unlock_wrapper(uint32_t restore);
1141 static void IRAM_ATTR coex_bb_reset_unlock_wrapper(uint32_t restore) in coex_bb_reset_unlock_wrapper() argument
1144 coex_bb_reset_unlock(restore); in coex_bb_reset_unlock_wrapper()
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in481 to open the corresponding NVS namespace, restore the mesh information,
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild98 … This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by