Searched refs:xWaitForAllBits (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/ |
D | event_groups.c | 80 const BaseType_t xWaitForAllBits ) PRIVILEGED_FUNCTION; 315 const BaseType_t xWaitForAllBits, in xEventGroupWaitBits() argument 323 …traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTick… in xEventGroupWaitBits() 341 … xWaitConditionMet = prvTestWaitCondition( uxCurrentEventBits, uxBitsToWaitFor, xWaitForAllBits ); in xEventGroupWaitBits() 382 if( xWaitForAllBits != pdFALSE ) in xEventGroupWaitBits() 432 … if( prvTestWaitCondition( uxReturn, uxBitsToWaitFor, xWaitForAllBits ) != pdFALSE ) in xEventGroupWaitBits() 777 const BaseType_t xWaitForAllBits ) in prvTestWaitCondition() argument 781 if( xWaitForAllBits == pdFALSE ) in prvTestWaitCondition()
|
/Kernel-v11.1.0/include/ |
D | event_groups.h | 331 const BaseType_t xWaitForAllBits,
|
D | mpu_prototypes.h | 73 BaseType_t xWaitForAllBits; member 306 const BaseType_t xWaitForAllBits,
|
D | FreeRTOS.h | 1065 …TER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… argument
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 2011 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument 2021 …n = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… in MPU_xEventGroupWaitBits() 2029 …n = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… in MPU_xEventGroupWaitBits()
|
D | mpu_wrappers_v2.c | 3880 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument 3889 xParams.xWaitForAllBits = xWaitForAllBits; in MPU_xEventGroupWaitBits() 3938 pxParams->xWaitForAllBits, in MPU_xEventGroupWaitBitsImpl()
|