Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Devent_groups.c74 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/
Devent_groups.h320 const EventBits_t uxBitsToWaitFor,
733 const EventBits_t uxBitsToWaitFor,
DFreeRTOS.h703 #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
Dmpu_prototypes.h71 EventBits_t uxBitsToWaitFor; member
297 const EventBits_t uxBitsToWaitFor,
308 const EventBits_t uxBitsToWaitFor,
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c2032 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()
Dmpu_wrappers_v2.c3793 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/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/
Dmpu_wrappers_v2_asm.c1802 const EventBits_t uxBitsToWaitFor,
1807 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1802 const EventBits_t uxBitsToWaitFor,
1807 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/
Dmpu_wrappers_v2_asm.c1803 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/
Dmpu_wrappers_v2_asm.c1862 const EventBits_t uxBitsToWaitFor,
1867 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c1862 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/
Dmpu_wrappers_v2_asm.c1862 const EventBits_t uxBitsToWaitFor,
1867 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1862 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/
Dmpu_wrappers_v2_asm.c1803 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/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
Dmpu_wrappers_v2_asm.c1803 const EventBits_t uxBitsToWaitFor,
1808 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument
/Kernel-v10.6.2/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1502 const EventBits_t uxBitsToWaitFor,
1507 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() argument