Searched refs:xClearOnExit (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/ |
| D | event_groups.c | 308 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/ |
| D | event_groups.h | 321 const BaseType_t xClearOnExit,
|
| D | mpu_prototypes.h | 72 BaseType_t xClearOnExit; member 305 const BaseType_t xClearOnExit,
|
| D | FreeRTOS.h | 1013 …#define traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBit… argument
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers.c | 2009 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()
|
| D | mpu_wrappers_v2.c | 3872 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument 3881 xParams.xClearOnExit = xClearOnExit; in MPU_xEventGroupWaitBits() 3930 pxParams->xClearOnExit, in MPU_xEventGroupWaitBitsImpl()
|