Home
last modified time | relevance | path

Searched defs:xEventGroup (Results 1 – 24 of 24) sorted by relevance

/Kernel-v11.0.1/
Devent_groups.c179 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup, in xEventGroupSync()
306 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in xEventGroupWaitBits()
466 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup, in xEventGroupClearBits()
500 BaseType_t xEventGroupClearBitsFromISR( EventGroupHandle_t xEventGroup, in xEventGroupClearBitsFromISR()
518 EventBits_t xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) in xEventGroupGetBitsFromISR()
538 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup, in xEventGroupSetBits()
638 void vEventGroupDelete( EventGroupHandle_t xEventGroup ) in vEventGroupDelete()
689 BaseType_t xEventGroupGetStaticBuffer( EventGroupHandle_t xEventGroup, in xEventGroupGetStaticBuffer()
805 BaseType_t xEventGroupSetBitsFromISR( EventGroupHandle_t xEventGroup, in xEventGroupSetBitsFromISR()
826 UBaseType_t uxEventGroupGetNumber( void * xEventGroup ) in uxEventGroupGetNumber()
[all …]
/Kernel-v11.0.1/include/
Devent_groups.h447 #define xEventGroupClearBitsFromISR( xEventGroup, uxBitsToClear ) \ argument
603 #define xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) \ argument
753 #define xEventGroupGetBits( xEventGroup ) xEventGroupClearBits( ( xEventGroup ), 0 ) argument
DFreeRTOS.h841 #define traceEVENT_GROUP_CREATE( xEventGroup ) argument
849 #define traceEVENT_GROUP_SYNC_BLOCK( xEventGroup, uxBitsToSet, uxBitsToWaitFor ) argument
853 …#define traceEVENT_GROUP_SYNC_END( xEventGroup, uxBitsToSet, uxBitsToWaitFor, xTimeoutOccurred ) … argument
857 #define traceEVENT_GROUP_WAIT_BITS_BLOCK( xEventGroup, uxBitsToWaitFor ) argument
861 …#define traceEVENT_GROUP_WAIT_BITS_END( xEventGroup, uxBitsToWaitFor, xTimeoutOccurred ) ( void… argument
865 #define traceEVENT_GROUP_CLEAR_BITS( xEventGroup, uxBitsToClear ) argument
869 #define traceEVENT_GROUP_CLEAR_BITS_FROM_ISR( xEventGroup, uxBitsToClear ) argument
873 #define traceEVENT_GROUP_SET_BITS( xEventGroup, uxBitsToSet ) argument
877 #define traceEVENT_GROUP_SET_BITS_FROM_ISR( xEventGroup, uxBitsToSet ) argument
881 #define traceEVENT_GROUP_DELETE( xEventGroup ) argument
[all …]
Dmpu_prototypes.h70 EventGroupHandle_t xEventGroup; member
/Kernel-v11.0.1/portable/GCC/ARM_CM55_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM85/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM85_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1436 __asm EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1458 __asm EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1482 __asm EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1507 __asm UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* FREERTOS_SYSTEM_CALL */ in MPU_uxEventGroupGetNumber()
1532 __asm void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM3_MPU/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM55/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM33_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM35P/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c1778 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1806 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1836 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1867 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1898 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1778 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1806 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1836 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1867 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1898 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/GCC/ARM_CM33/non_secure/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
Dmpu_wrappers_v2_asm.c1778 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1806 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1836 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1867 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1898 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dmpu_wrappers_v2_asm.c1778 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1806 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1836 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1867 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1898 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dmpu_wrappers_v2_asm.c1721 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1748 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1777 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
1807 …UBaseType_t MPU_uxEventGroupGetNumber( void * xEventGroup ) /* __attribute__ (( naked )) FREERTOS_… in MPU_uxEventGroupGetNumber()
1837 void MPU_vEventGroupSetNumber( void * xEventGroup, in MPU_vEventGroupSetNumber()
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c2007 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits()
2035 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
2060 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
2085 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
2112 void MPU_vEventGroupDelete( EventGroupHandle_t xEventGroup ) /* FREERTOS_SYSTEM_CALL */ in MPU_vEventGroupDelete()
Dmpu_wrappers_v2.c3870 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits()
3946 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBitsImpl()
3981 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBitsImpl()
4018 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSyncImpl()
4061 UBaseType_t MPU_uxEventGroupGetNumberImpl( void * xEventGroup ) /* PRIVILEGED_FUNCTION */ in MPU_uxEventGroupGetNumberImpl()
4096 void MPU_vEventGroupSetNumberImpl( void * xEventGroup, in MPU_vEventGroupSetNumberImpl()
4191 void MPU_vEventGroupDelete( EventGroupHandle_t xEventGroup ) /* PRIVILEGED_FUNCTION */ in MPU_vEventGroupDelete()
4213 BaseType_t MPU_xEventGroupGetStaticBuffer( EventGroupHandle_t xEventGroup, in MPU_xEventGroupGetStaticBuffer()
4240 BaseType_t MPU_xEventGroupClearBitsFromISR( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBitsFromISR()
4267 BaseType_t MPU_xEventGroupSetBitsFromISR( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBitsFromISR()
[all …]
/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/
Dport.c134 static EventGroupHandle_t xEventGroup; variable