/Kernel-v10.6.2/ |
D | event_groups.c | 74 const EventBits_t uxBitsToWaitFor, 181 const EventBits_t uxBitsToWaitFor, in xEventGroupSync() argument 189 configASSERT( ( uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0 ); in xEventGroupSync() 190 configASSERT( uxBitsToWaitFor != 0 ); in xEventGroupSync() 203 if( ( ( uxOriginalBitValue | uxBitsToSet ) & uxBitsToWaitFor ) == uxBitsToWaitFor ) in xEventGroupSync() 210 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync() 218 traceEVENT_GROUP_SYNC_BLOCK( xEventGroup, uxBitsToSet, uxBitsToWaitFor ); in xEventGroupSync() 223 …PlaceOnUnorderedEventList( &( pxEventBits->xTasksWaitingForBits ), ( uxBitsToWaitFor | eventCLEAR_… in xEventGroupSync() 270 if( ( uxReturn & uxBitsToWaitFor ) == uxBitsToWaitFor ) in xEventGroupSync() 272 pxEventBits->uxEventBits &= ~uxBitsToWaitFor; in xEventGroupSync() [all …]
|
/Kernel-v10.6.2/include/ |
D | event_groups.h | 320 const EventBits_t uxBitsToWaitFor, 733 const EventBits_t uxBitsToWaitFor,
|
D | FreeRTOS.h | 703 #define traceEVENT_GROUP_SYNC_BLOCK( xEventGroup, uxBitsToSet, uxBitsToWaitFor ) argument 707 …#define traceEVENT_GROUP_SYNC_END( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTimeoutOccurred ) … argument 711 #define traceEVENT_GROUP_WAIT_BITS_BLOCK( xEventGroup, uxBitsToWaitFor ) argument 715 …#define traceEVENT_GROUP_WAIT_BITS_END( xEventGroup, uxBitsToWaitFor, xTimeoutOccurred ) ( void… argument
|
D | mpu_prototypes.h | 71 EventBits_t uxBitsToWaitFor; member 297 const EventBits_t uxBitsToWaitFor, 308 const EventBits_t uxBitsToWaitFor,
|
/Kernel-v10.6.2/portable/Common/ |
D | mpu_wrappers.c | 2032 const EventBits_t uxBitsToWaitFor, 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() 2111 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument 2121 xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync() 2129 xReturn = xEventGroupSync( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSync()
|
D | mpu_wrappers_v2.c | 3793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits() argument 3802 xParams.uxBitsToWaitFor = uxBitsToWaitFor; in MPU_xEventGroupWaitBits() 3831 if( ( ( pxParams->uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0 ) && in MPU_xEventGroupWaitBitsImpl() 3832 ( pxParams->uxBitsToWaitFor != 0 ) in MPU_xEventGroupWaitBitsImpl() 3851 pxParams->uxBitsToWaitFor, in MPU_xEventGroupWaitBitsImpl() 3937 const EventBits_t uxBitsToWaitFor, 3942 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSyncImpl() argument 3950 if( ( ( uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0 ) && in MPU_xEventGroupSyncImpl() 3951 ( uxBitsToWaitFor != 0 ) in MPU_xEventGroupSyncImpl() 3969 …xReturn = xEventGroupSync( xInternalEventGroupHandle, uxBitsToSet, uxBitsToWaitFor, xTicksToWait ); in MPU_xEventGroupSyncImpl()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/ |
D | mpu_wrappers_v2_asm.c | 1802 const EventBits_t uxBitsToWaitFor, 1807 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/ |
D | mpu_wrappers_v2_asm.c | 1802 const EventBits_t uxBitsToWaitFor, 1807 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/ |
D | mpu_wrappers_v2_asm.c | 1862 const EventBits_t uxBitsToWaitFor, 1867 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1862 const EventBits_t uxBitsToWaitFor, 1867 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/ |
D | mpu_wrappers_v2_asm.c | 1862 const EventBits_t uxBitsToWaitFor, 1867 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1862 const EventBits_t uxBitsToWaitFor, 1867 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/ |
D | mpu_wrappers_v2_asm.c | 1803 const EventBits_t uxBitsToWaitFor, 1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|
/Kernel-v10.6.2/portable/RVDS/ARM_CM4_MPU/ |
D | mpu_wrappers_v2_asm.c | 1502 const EventBits_t uxBitsToWaitFor, 1507 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
|