Home
last modified time | relevance | path

Searched refs:uxBitsToWaitFor (Results 1 – 24 of 24) sorted by relevance

/Kernel-v11.1.0/
Devent_groups.c79 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/
Devent_groups.h329 const EventBits_t uxBitsToWaitFor,
751 const EventBits_t uxBitsToWaitFor,
Dmpu_prototypes.h71 EventBits_t uxBitsToWaitFor; member
304 const EventBits_t uxBitsToWaitFor,
315 const EventBits_t uxBitsToWaitFor,
DFreeRTOS.h897 #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/
Dmpu_wrappers.c2009 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()
Dmpu_wrappers_v2.c3878 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/
Dmpu_wrappers_v2_asm.c1730 const EventBits_t uxBitsToWaitFor,
1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dmpu_wrappers_v2_asm.c1730 const EventBits_t uxBitsToWaitFor,
1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1729 const EventBits_t uxBitsToWaitFor,
1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM0/
Dmpu_wrappers_v2_asm.c1892 const EventBits_t uxBitsToWaitFor,
1897 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1729 const EventBits_t uxBitsToWaitFor,
1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c1788 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/
Dmpu_wrappers_v2_asm.c1788 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/
Dmpu_wrappers_v2_asm.c1730 const EventBits_t uxBitsToWaitFor,
1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1788 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/
Dmpu_wrappers_v2_asm.c1788 const EventBits_t uxBitsToWaitFor,
1793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1729 const EventBits_t uxBitsToWaitFor,
1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/
Dmpu_wrappers_v2_asm.c1730 const EventBits_t uxBitsToWaitFor,
1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1732 const EventBits_t uxBitsToWaitFor,
1737 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/
Dmpu_wrappers_v2_asm.c1732 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/
Dmpu_wrappers_v2_asm.c1729 const EventBits_t uxBitsToWaitFor,
1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM33_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1729 const EventBits_t uxBitsToWaitFor,
1734 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/
Dmpu_wrappers_v2_asm.c1730 const EventBits_t uxBitsToWaitFor,
1735 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1434 const EventBits_t uxBitsToWaitFor,
1439 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument