/FreeRTOS-Kernel/ |
A D | event_groups.c | 187 const EventBits_t uxBitsToWaitFor, in xEventGroupSync() argument 198 configASSERT( uxBitsToWaitFor != 0 ); in xEventGroupSync() 211 if( ( ( uxOriginalBitValue | uxBitsToSet ) & uxBitsToWaitFor ) == uxBitsToWaitFor ) in xEventGroupSync() 218 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync() 278 if( ( uxReturn & uxBitsToWaitFor ) == uxBitsToWaitFor ) in xEventGroupSync() 280 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync() 313 const EventBits_t uxBitsToWaitFor, in xEventGroupWaitBits() argument 329 configASSERT( uxBitsToWaitFor != 0 ); in xEventGroupWaitBits() 353 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupWaitBits() 436 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupWaitBits() [all …]
|
/FreeRTOS-Kernel/include/ |
A D | event_groups.h | 329 const EventBits_t uxBitsToWaitFor, 742 const EventBits_t uxBitsToWaitFor,
|
A D | mpu_prototypes.h | 71 EventBits_t uxBitsToWaitFor; member 374 const EventBits_t uxBitsToWaitFor, 385 const EventBits_t uxBitsToWaitFor,
|
A D | FreeRTOS.h | 914 #define traceEVENT_GROUP_SYNC_BLOCK( xEventGroup, uxBitsToSet, uxBitsToWaitFor ) argument 918 …#define traceEVENT_GROUP_SYNC_END( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTimeoutOccurred ) … argument 922 #define traceEVENT_GROUP_WAIT_BITS_BLOCK( xEventGroup, uxBitsToWaitFor ) argument 926 …#define traceEVENT_GROUP_WAIT_BITS_END( xEventGroup, uxBitsToWaitFor, xTimeoutOccurred ) ( void… argument 1074 #define traceENTER_xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ) argument 1082 …#define traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBit… argument
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 2039 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits() argument 2051 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits() 2059 …xReturn = xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBits, xTicks… in MPU_xEventGroupWaitBits() 2124 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument 2134 … xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync() 2142 … xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync()
|
A D | mpu_wrappers_v2.c | 3900 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits() argument 3909 xParams.uxBitsToWaitFor = uxBitsToWaitFor; in MPU_xEventGroupWaitBits() 3938 if( ( ( pxParams->uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0U ) && in MPU_xEventGroupWaitBitsImpl() 3939 ( pxParams->uxBitsToWaitFor != 0U ) in MPU_xEventGroupWaitBitsImpl() 3958 pxParams->uxBitsToWaitFor, in MPU_xEventGroupWaitBitsImpl() 4056 const EventBits_t uxBitsToWaitFor, 4061 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSyncImpl() argument 4069 if( ( ( uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0U ) && in MPU_xEventGroupSyncImpl() 4070 ( uxBitsToWaitFor != 0U ) in MPU_xEventGroupSyncImpl() 4088 …xReturn = xEventGroupSync( xInternalEventGroupHandle, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSyncImpl()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | mpu_wrappers_v2_asm.c | 1732 const EventBits_t uxBitsToWaitFor, 1737 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | mpu_wrappers_v2_asm.c | 1732 const EventBits_t uxBitsToWaitFor, 1737 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/ |
A D | mpu_wrappers_v2_asm.c | 1892 const EventBits_t uxBitsToWaitFor, 1897 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/ |
A D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/ |
A D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/ |
A D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/ |
A D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/ |
A D | mpu_wrappers_v2_asm.c | 1434 const EventBits_t uxBitsToWaitFor, 1439 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|