Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c163 static uint8_t ucLaunchCoreNum = INVALID_LAUNCH_CORE_NUM; variable
164 #define portIS_FREE_RTOS_CORE() ( ucLaunchCoreNum == get_core_num() )
268 ucLaunchCoreNum = get_core_num(); in xPortStartScheduler()