Home
last modified time | relevance | path

Searched refs:DPORT_STALL_OTHER_CPU_END (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dcache.h16 #define DPORT_STALL_OTHER_CPU_END() macro
76 DPORT_STALL_OTHER_CPU_END(); in cache_flash_mmu_set()
126 DPORT_STALL_OTHER_CPU_END(); in Cache_Read_Init()
142 DPORT_STALL_OTHER_CPU_END(); in Cache_Flush()
158 DPORT_STALL_OTHER_CPU_END(); in Cache_Read_Disable()
174 DPORT_STALL_OTHER_CPU_END(); in Cache_Read_Enable()
/hal_espressif-latest/components/esp_hw_support/include/
Ddport_access.h18 #define DPORT_STALL_OTHER_CPU_END() macro
22 #define DPORT_STALL_OTHER_CPU_END() esp_ipc_isr_release_other_cpu()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c66 DPORT_STALL_OTHER_CPU_END(); in s_esp_dport_access_stall_other_cpu_end()