Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c996 static inline EventBits_t prvGetEventGroupBit( spin_lock_t * spinLock ) in prvGetEventGroupBit() function
1042 xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit( pxLock->spin_lock ), in vPortLockInternalSpinUnlockWithWait()
1050 EventBits_t uxBits = prvGetEventGroupBit( pxLock->spin_lock ); in vPortLockInternalSpinUnlockWithNotify()
1126 prvGetEventGroupBit( pxLock->spin_lock ), pdTRUE, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()