/Kernel-v11.1.0/ |
D | event_groups.c | 79 const EventBits_t uxBitsToWaitFor, 187 const EventBits_t uxBitsToWaitFor, in xEventGroupSync() argument 195 traceENTER_xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in xEventGroupSync() 197 configASSERT( ( uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0 ); in xEventGroupSync() 198 configASSERT( uxBitsToWaitFor != 0 ); in xEventGroupSync() 211 if( ( ( uxOriginalBitValue | uxBitsToSet ) & uxBitsToWaitFor ) == uxBitsToWaitFor ) in xEventGroupSync() 218 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync() 226 traceEVENT_GROUP_SYNC_BLOCK( xEventGroup, uxBitsToSet, uxBitsToWaitFor ); in xEventGroupSync() 231 …PlaceOnUnorderedEventList( &( pxEventBits->xTasksWaitingForBits ), ( uxBitsToWaitFor | eventCLEAR_… in xEventGroupSync() 278 if( ( uxReturn & uxBitsToWaitFor ) == uxBitsToWaitFor ) in xEventGroupSync() [all …]
|
/Kernel-v11.1.0/include/ |
D | event_groups.h | 329 const EventBits_t uxBitsToWaitFor, 751 const EventBits_t uxBitsToWaitFor,
|
D | mpu_prototypes.h | 71 EventBits_t uxBitsToWaitFor; member 304 const EventBits_t uxBitsToWaitFor, 315 const EventBits_t uxBitsToWaitFor,
|
D | FreeRTOS.h | 897 #define traceEVENT_GROUP_SYNC_BLOCK( xEventGroup, uxBitsToSet, uxBitsToWaitFor ) argument 901 …#define traceEVENT_GROUP_SYNC_END( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTimeoutOccurred ) … argument 905 #define traceEVENT_GROUP_WAIT_BITS_BLOCK( xEventGroup, uxBitsToWaitFor ) argument 909 …#define traceEVENT_GROUP_WAIT_BITS_END( xEventGroup, uxBitsToWaitFor, xTimeoutOccurred ) ( void… argument 1057 #define traceENTER_xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ) argument 1065 …#define traceENTER_xEventGroupWaitBits( xEventGroup, uxBitsToWaitFor, xClearOnExit, xWaitForAllBit… argument
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 2009 const EventBits_t uxBitsToWaitFor, 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() 2094 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument 2104 … xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync() 2112 … xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync()
|
D | mpu_wrappers_v2.c | 3878 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits() argument 3887 xParams.uxBitsToWaitFor = uxBitsToWaitFor; in MPU_xEventGroupWaitBits() 3916 if( ( ( pxParams->uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0U ) && in MPU_xEventGroupWaitBitsImpl() 3917 ( pxParams->uxBitsToWaitFor != 0U ) in MPU_xEventGroupWaitBitsImpl() 3936 pxParams->uxBitsToWaitFor, in MPU_xEventGroupWaitBitsImpl() 4034 const EventBits_t uxBitsToWaitFor, 4039 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSyncImpl() argument 4047 if( ( ( uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0U ) && in MPU_xEventGroupSyncImpl() 4048 ( uxBitsToWaitFor != 0U ) in MPU_xEventGroupSyncImpl() 4066 …xReturn = xEventGroupSync( xInternalEventGroupHandle, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSyncImpl()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | mpu_wrappers_v2_asm.c | 1892 const EventBits_t uxBitsToWaitFor, 1897 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/ |
D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/ |
D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/ |
D | mpu_wrappers_v2_asm.c | 1788 const EventBits_t uxBitsToWaitFor, 1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | mpu_wrappers_v2_asm.c | 1732 const EventBits_t uxBitsToWaitFor, 1737 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | mpu_wrappers_v2_asm.c | 1732 const EventBits_t uxBitsToWaitFor, 1737 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/ |
D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1729 const EventBits_t uxBitsToWaitFor, 1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1730 const EventBits_t uxBitsToWaitFor, 1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | mpu_wrappers_v2_asm.c | 1434 const EventBits_t uxBitsToWaitFor, 1439 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|