Searched refs:xWaitForAllBits (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/ |
D | event_groups.c | 75 const BaseType_t xWaitForAllBits ) PRIVILEGED_FUNCTION; 305 const BaseType_t xWaitForAllBits, in xEventGroupWaitBits() argument 329 … xWaitConditionMet = prvTestWaitCondition( uxCurrentEventBits, uxBitsToWaitFor, xWaitForAllBits ); in xEventGroupWaitBits() 370 if( xWaitForAllBits != pdFALSE ) in xEventGroupWaitBits() 420 if( prvTestWaitCondition( uxReturn, uxBitsToWaitFor, xWaitForAllBits ) != pdFALSE ) in xEventGroupWaitBits() 716 const BaseType_t xWaitForAllBits ) in prvTestWaitCondition() argument 720 if( xWaitForAllBits == pdFALSE ) in prvTestWaitCondition()
|
/Kernel-v10.6.2/include/ |
D | event_groups.h | 322 const BaseType_t xWaitForAllBits,
|
D | mpu_prototypes.h | 73 BaseType_t xWaitForAllBits; member 299 const BaseType_t xWaitForAllBits,
|
/Kernel-v10.6.2/portable/Common/ |
D | mpu_wrappers.c | 2034 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument 2044 …n = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… in MPU_xEventGroupWaitBits() 2052 …n = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… in MPU_xEventGroupWaitBits()
|
D | mpu_wrappers_v2.c | 3795 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument 3804 xParams.xWaitForAllBits = xWaitForAllBits; in MPU_xEventGroupWaitBits() 3853 pxParams->xWaitForAllBits, in MPU_xEventGroupWaitBitsImpl()
|