/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 96 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 …]
|
D | regdma_link.h | 34 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()
|
D | sleep_modem.h | 87 void sleep_modem_wifi_do_phy_retention(bool restore);
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 23 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/ |
D | system_libs.lf | 8 save-restore (noflash)
|
/hal_espressif-latest/zephyr/port/coex/ |
D | coex_stubs.c | 223 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/ |
D | esp_coexist_internal.h | 198 void coex_bb_reset_unlock(uint32_t restore);
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 143 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/ |
D | sleep_modem.c | 263 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/ |
D | Kconfig | 118 … 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/ |
D | bt.c | 166 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/ |
D | Kconfig.in | 481 to open the corresponding NVS namespace, restore the mesh information,
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 98 … This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by
|