Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Devent_groups.h319 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
Dmpu_wrappers.h180 #define xEventGroupWaitBits MPU_xEventGroupWaitBits macro
/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/
Dport.c1042 xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit( pxLock->spin_lock ), in vPortLockInternalSpinUnlockWithWait()
1125 xEventGroupWaitBits( xEventGroup, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
/Kernel-v11.0.1/
Devent_groups.c306 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in xEventGroupWaitBits() function
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c2020 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
2028 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
Dmpu_wrappers_v2.c3928 xReturn = xEventGroupWaitBits( xInternalEventGroupHandle, in MPU_xEventGroupWaitBitsImpl()