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