Searched refs:xEventGroupWaitBits (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/include/ |
D | event_groups.h | 328 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
|
D | mpu_wrappers.h | 180 #define xEventGroupWaitBits MPU_xEventGroupWaitBits macro
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/ |
D | port.c | 1042 xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit( pxLock->spin_lock ), in vPortLockInternalSpinUnlockWithWait() 1125 xEventGroupWaitBits( xEventGroup, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
|
/Kernel-v11.1.0/ |
D | event_groups.c | 312 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in xEventGroupWaitBits() function
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 2021 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits() 2029 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
|
D | mpu_wrappers_v2.c | 3935 xReturn = xEventGroupWaitBits( xInternalEventGroupHandle, in MPU_xEventGroupWaitBitsImpl()
|