Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Devent_groups.c80 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/
Devent_groups.h331 const BaseType_t xWaitForAllBits,
Dmpu_prototypes.h73 BaseType_t xWaitForAllBits; member
306 const BaseType_t xWaitForAllBits,
DFreeRTOS.h1065 …TER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… argument
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c2011 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()
Dmpu_wrappers_v2.c3880 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument
3889 xParams.xWaitForAllBits = xWaitForAllBits; in MPU_xEventGroupWaitBits()
3938 pxParams->xWaitForAllBits, in MPU_xEventGroupWaitBitsImpl()