Searched refs:xEventGroupWaitBits (Results 1 – 6 of 6) sorted by relevance
/Kernel-v10.6.2/include/ |
D | event_groups.h | 319 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
|
D | mpu_wrappers.h | 177 #define xEventGroupWaitBits MPU_xEventGroupWaitBits macro
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/ |
D | port.c | 747 xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit(pxLock->spin_lock), in vPortLockInternalSpinUnlockWithWait() 817 xEventGroupWaitBits( xEventGroup, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
|
/Kernel-v10.6.2/ |
D | event_groups.c | 302 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in xEventGroupWaitBits() function
|
/Kernel-v10.6.2/portable/Common/ |
D | mpu_wrappers.c | 2044 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits() 2052 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
|
D | mpu_wrappers_v2.c | 3850 xReturn = xEventGroupWaitBits( xInternalEventGroupHandle, in MPU_xEventGroupWaitBitsImpl()
|