Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c171 static uint8_t ucPrimaryCoreNum = INVALID_PRIMARY_CORE_NUM; variable
175 #define portIS_FREE_RTOS_CORE() ( ucPrimaryCoreNum != INVALID_PRIMARY_CORE_NUM )
177 #define portIS_FREE_RTOS_CORE() ( ucPrimaryCoreNum == get_core_num() )
315 if( ucPrimaryCoreNum == get_core_num() ) in xPortStartSchedulerOnCore()
372 configASSERT( ucPrimaryCoreNum == INVALID_PRIMARY_CORE_NUM ); in xPortStartScheduler()
379 ucPrimaryCoreNum = configTICK_CORE; in xPortStartScheduler()
383 ucPrimaryCoreNum = get_core_num(); in xPortStartScheduler()
415 ucPrimaryCoreNum = get_core_num(); in xPortStartScheduler()