Searched refs:dport_core_state (Results 1 – 1 of 1) sorted by relevance
46 static uint32_t volatile dport_core_state[portNUM_PROCESSORS]; //cpu is already run variable70 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()164 dport_core_state[core_id] = DPORT_CORE_STATE_RUNNING; in dport_access_init_core()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()[all …]