Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Devent_groups.c314 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/
Devent_groups.h330 const BaseType_t xClearOnExit,
Dmpu_prototypes.h72 BaseType_t xClearOnExit; member
305 const BaseType_t xClearOnExit,
DFreeRTOS.h1065 …#define traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBit… argument
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c2010 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()
Dmpu_wrappers_v2.c3879 const BaseType_t xClearOnExit, in MPU_xEventGroupWaitBits() argument
3888 xParams.xClearOnExit = xClearOnExit; in MPU_xEventGroupWaitBits()
3937 pxParams->xClearOnExit, in MPU_xEventGroupWaitBitsImpl()