Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Devent_groups.c308 const BaseType_t xClearOnExit, in xEventGroupWaitBits() argument
317 …traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTick… in xEventGroupWaitBits()
345 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
367 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
428 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
/Kernel-v11.0.1/include/
Devent_groups.h321 const BaseType_t xClearOnExit,
Dmpu_prototypes.h72 BaseType_t xClearOnExit; member
305 const BaseType_t xClearOnExit,
DFreeRTOS.h1013 …#define traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBit… argument
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c2009 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument
2020 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
2028 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
Dmpu_wrappers_v2.c3872 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument
3881 xParams.xClearOnExit = xClearOnExit; in MPU_xEventGroupWaitBits()
3930 pxParams->xClearOnExit, in MPU_xEventGroupWaitBitsImpl()