Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp32/
Ddport_access.c44 #define DPORT_CORE_STATE_IDLE 0 macro
70 if (dport_core_state[0] == DPORT_CORE_STATE_IDLE in esp_dport_access_stall_other_cpu_start()
71 || dport_core_state[1] == DPORT_CORE_STATE_IDLE) { in esp_dport_access_stall_other_cpu_start()
117 if (dport_core_state[0] == DPORT_CORE_STATE_IDLE in esp_dport_access_stall_other_cpu_end()
118 || dport_core_state[1] == DPORT_CORE_STATE_IDLE) { in esp_dport_access_stall_other_cpu_end()
186 dport_core_state[0] = DPORT_CORE_STATE_IDLE; in esp_dport_access_int_pause()
187 dport_core_state[1] = DPORT_CORE_STATE_IDLE; in esp_dport_access_int_pause()
196 dport_core_state[0] = DPORT_CORE_STATE_IDLE; in esp_dport_access_int_abort()
197 dport_core_state[1] = DPORT_CORE_STATE_IDLE; in esp_dport_access_int_abort()