Home
last modified time | relevance | path

Searched refs:xWaitForAllBits (Results 1 – 5 of 5) sorted by relevance

/Kernel-v10.6.2/
Devent_groups.c75 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/
Devent_groups.h322 const BaseType_t xWaitForAllBits,
Dmpu_prototypes.h73 BaseType_t xWaitForAllBits; member
299 const BaseType_t xWaitForAllBits,
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c2034 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()
Dmpu_wrappers_v2.c3795 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument
3804 xParams.xWaitForAllBits = xWaitForAllBits; in MPU_xEventGroupWaitBits()
3853 pxParams->xWaitForAllBits, in MPU_xEventGroupWaitBitsImpl()