Searched refs:xPortGetCoreID (Results 1 – 4 of 4) sorted by relevance
284 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()
98 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()
72 unsigned cpuid = xPortGetCoreID(); in vPortSetupTimer()123 uint32_t cpuid = xPortGetCoreID(); in SysTickIsrHandler()
391 static inline BaseType_t xPortGetCoreID();523 static inline BaseType_t IRAM_ATTR xPortGetCoreID() in xPortGetCoreID() function