Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c1114 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() local
1116 if( uxTicksToWait ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1127 pdFALSE, uxTicksToWait ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1177 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( t ); in xPortSyncInternalYieldUntilBefore() local
1179 if( uxTicksToWait ) in xPortSyncInternalYieldUntilBefore()
1181 vTaskDelay( uxTicksToWait ); in xPortSyncInternalYieldUntilBefore()