Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dcache.h15 #define DPORT_STALL_OTHER_CPU_START() macro
74 DPORT_STALL_OTHER_CPU_START(); in cache_flash_mmu_set()
124 DPORT_STALL_OTHER_CPU_START(); in Cache_Read_Init()
140 DPORT_STALL_OTHER_CPU_START(); in Cache_Flush()
156 DPORT_STALL_OTHER_CPU_START(); in Cache_Read_Disable()
172 DPORT_STALL_OTHER_CPU_START(); in Cache_Read_Enable()
/hal_espressif-latest/components/esp_hw_support/include/
Ddport_access.h17 #define DPORT_STALL_OTHER_CPU_START() macro
21 #define DPORT_STALL_OTHER_CPU_START() esp_ipc_isr_stall_other_cpu()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c61 DPORT_STALL_OTHER_CPU_START(); in s_esp_dport_access_stall_other_cpu_start()