Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c706 static inline EventBits_t prvGetEventGroupBit( spin_lock_t * spinLock ) in prvGetEventGroupBit() function
747 xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit(pxLock->spin_lock), in vPortLockInternalSpinUnlockWithWait()
753 EventBits_t uxBits = prvGetEventGroupBit(pxLock->spin_lock ); in vPortLockInternalSpinUnlockWithNotify()
818 prvGetEventGroupBit(pxLock->spin_lock), pdTRUE, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()