Searched refs:xClearOnExit (Results 1 – 5 of 5) sorted by relevance
| /Kernel-v10.6.2/ |
| D | event_groups.c | 304 const BaseType_t xClearOnExit, in xEventGroupWaitBits() argument 339 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 361 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 422 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
|
| /Kernel-v10.6.2/include/ |
| D | event_groups.h | 321 const BaseType_t xClearOnExit,
|
| D | mpu_prototypes.h | 72 BaseType_t xClearOnExit; member 298 const BaseType_t xClearOnExit,
|
| /Kernel-v10.6.2/portable/Common/ |
| D | mpu_wrappers.c | 2033 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument 2044 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits() 2052 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits()
|
| D | mpu_wrappers_v2.c | 3794 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument 3803 xParams.xClearOnExit = xClearOnExit; in MPU_xEventGroupWaitBits() 3852 pxParams->xClearOnExit, in MPU_xEventGroupWaitBitsImpl()
|