Searched refs:xClearOnExit (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/ |
D | event_groups.c | 314 const BaseType_t xClearOnExit, in xEventGroupWaitBits() argument 323 …traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTick… in xEventGroupWaitBits() 351 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 373 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 434 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
|
/Kernel-v11.1.0/include/ |
D | event_groups.h | 330 const BaseType_t xClearOnExit,
|
D | mpu_prototypes.h | 72 BaseType_t xClearOnExit; member 305 const BaseType_t xClearOnExit,
|
D | FreeRTOS.h | 1065 …#define traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBit… argument
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 2010 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument 2021 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits() 2029 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
|
D | mpu_wrappers_v2.c | 3879 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument 3888 xParams.xClearOnExit = xClearOnExit; in MPU_xEventGroupWaitBits() 3937 pxParams->xClearOnExit, in MPU_xEventGroupWaitBitsImpl()
|