Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Devent_groups.c74 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/
Devent_groups.h322 const BaseType_t xWaitForAllBits,
Dmpu_prototypes.h73 BaseType_t xWaitForAllBits; member
306 const BaseType_t xWaitForAllBits,
DFreeRTOS.h1013 …TER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicksToWait… argument
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c2010 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()
Dmpu_wrappers_v2.c3873 const BaseType_t xWaitForAllBits, in MPU_xEventGroupWaitBits() argument
3882 xParams.xWaitForAllBits = xWaitForAllBits; in MPU_xEventGroupWaitBits()
3931 pxParams->xWaitForAllBits, in MPU_xEventGroupWaitBitsImpl()