Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c284 port_xSchedulerRunning[ xPortGetCoreID() ] = 1; in xPortStartScheduler()
340 ret = ( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInIsrContext()
351 return( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInterruptedFromISRContext()
386 …_printf( "core=%d port_interruptNesting=%d\n\n", xPortGetCoreID(), port_interruptNesting[ xPortGet… in vPortAssertIfInISR()
Dport_common.c98 esp_register_freertos_idle_hook_for_cpu(other_cpu_startup_idle_hook_cb, !xPortGetCoreID()); in main_task()
102 esp_deregister_freertos_idle_hook_for_cpu(other_cpu_startup_idle_hook_cb, !xPortGetCoreID()); in main_task()
Dport_systick.c72 unsigned cpuid = xPortGetCoreID(); in vPortSetupTimer()
123 uint32_t cpuid = xPortGetCoreID(); in SysTickIsrHandler()
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h391 static inline BaseType_t xPortGetCoreID();
523 static inline BaseType_t IRAM_ATTR xPortGetCoreID() in xPortGetCoreID() function