Searched refs:xWaitForAllBits (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/ |
| D | event_groups.c | 74 const BaseType_t xWaitForAllBits ) PRIVILEGED_FUNCTION; 309 const BaseType_t xWaitForAllBits, in xEventGroupWaitBits() argument 317 …traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTick… in xEventGroupWaitBits() 335 … xWaitConditionMet = prvTestWaitCondition( uxCurrentEventBits, uxBitsToWaitFor, xWaitForAllBits ); in xEventGroupWaitBits() 376 if( xWaitForAllBits != pdFALSE ) in xEventGroupWaitBits() 426 if( prvTestWaitCondition( uxReturn, uxBitsToWaitFor, xWaitForAllBits ) != pdFALSE ) in xEventGroupWaitBits() 768 const BaseType_t xWaitForAllBits ) in prvTestWaitCondition() argument 772 if( xWaitForAllBits == pdFALSE ) in prvTestWaitCondition()
|
| /Kernel-v11.0.1/include/ |
| D | event_groups.h | 322 const BaseType_t xWaitForAllBits,
|
| D | mpu_prototypes.h | 73 BaseType_t xWaitForAllBits; member 306 const BaseType_t xWaitForAllBits,
|
| D | FreeRTOS.h | 1013 …TER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… argument
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers.c | 2010 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument 2020 …n = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… in MPU_xEventGroupWaitBits() 2028 …n = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… in MPU_xEventGroupWaitBits()
|
| D | mpu_wrappers_v2.c | 3873 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument 3882 xParams.xWaitForAllBits = xWaitForAllBits; in MPU_xEventGroupWaitBits() 3931 pxParams->xWaitForAllBits, in MPU_xEventGroupWaitBitsImpl()
|