Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c286 port_xSchedulerRunning[ xPortGetCoreID() ] = 1; in xPortStartScheduler()
342 ret = ( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInIsrContext()
353 return( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInterruptedFromISRContext()
390 …_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()
103 … 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()
131 uint32_t cpuid = xPortGetCoreID(); in SysTickIsrHandler()
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h397 static inline BaseType_t xPortGetCoreID();
530 static inline BaseType_t IRAM_ATTR xPortGetCoreID() in xPortGetCoreID() function