Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/
Dxtensa_intr.c49 #define xPortGetCoreID() 0 macro
84 n = n * portNUM_PROCESSORS + xPortGetCoreID(); in xt_set_exception_handler()
116 esp_rom_printf("Unhandled interrupt %d on cpu %d!\n", (int)arg, xPortGetCoreID()); in xt_unhandled_interrupt()
142 n = n * portNUM_PROCESSORS + xPortGetCoreID(); in xt_set_interrupt_handler()
168 n = n * portNUM_PROCESSORS + xPortGetCoreID(); in xt_get_interrupt_handler_arg()
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Desp_ipc_isr.c63 const uint32_t cpuid = xPortGetCoreID(); in esp_ipc_isr_init()
121 const uint32_t cpu_id = xPortGetCoreID(); in esp_ipc_isr_stall_other_cpu()
142 const uint32_t cpu_id = xPortGetCoreID(); in esp_ipc_isr_release_other_cpu()
193 const uint32_t cpu_id = xPortGetCoreID(); in esp_ipc_isr_call_and_wait()
/hal_espressif-latest/components/esp_system/
Dfreertos_hooks.c34 int core = xPortGetCoreID(); in esp_vApplicationTickHook()
45 int core = xPortGetCoreID(); in esp_vApplicationIdleHook()
84 return esp_register_freertos_idle_hook_for_cpu(new_idle_cb, xPortGetCoreID()); in esp_register_freertos_idle_hook()
106 return esp_register_freertos_tick_hook_for_cpu(new_tick_cb, xPortGetCoreID()); in esp_register_freertos_tick_hook()
Desp_ipc.c55 assert(cpuid == xPortGetCoreID()); in ipc_task()
182 if (cpu_id == xPortGetCoreID() && xTaskGetSchedulerState() != taskSCHEDULER_RUNNING) { in esp_ipc_call_nonblocking()
Dint_wdt.c124 if (xPortGetCoreID() != CONFIG_BTDM_CTRL_PINNED_TO_CORE) { in esp_int_wdt_init()
/hal_espressif-latest/components/spi_flash/
Dcache_utils.c158 int cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu()
184 cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu()
228 const int cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_and_other_cpu()
274 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_disable_interrupts_caches_and_other_cpu_no_os()
287 const uint32_t cpuid = xPortGetCoreID(); in spi_flash_enable_interrupts_caches_no_os()
/hal_espressif-latest/components/log/
Dlog_freertos.c105 if (base == 0 && xPortGetCoreID() == 0) { in esp_log_timestamp()
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt.c452 ESP_EARLY_LOGE(TAG, "Print CPU %d (current core) backtrace", xPortGetCoreID()); in task_wdt_timeout_abort_xtensa()
454 ESP_EARLY_LOGE(TAG, "Print CPU %d backtrace", xPortGetCoreID()); in task_wdt_timeout_abort_xtensa()
461 const int current_core = xPortGetCoreID(); in task_wdt_timeout_handling()
516 esp_task_wdt_reset_user(core_user_handles[xPortGetCoreID()]); in idle_hook_cb()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c510 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in interrupt_hlevel_disable()
520 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in interrupt_hlevel_restore()
622 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in semphr_give_from_isr_wrapper()
769 assert(xPortGetCoreID() == CONFIG_BTDM_CTRL_PINNED_TO_CORE); in queue_send_from_isr_hlevel_wrapper()
858 if (xPortGetCoreID() == core_id) { in cause_sw_intr_to_core_wrapper()
1482 if (xPortGetCoreID() == core_id) { in hli_queue_setup_pinned_to_core()
/hal_espressif-latest/components/heap/include/
Dheap_trace.inc26 ccount |= xPortGetCoreID();