Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Devent_groups.h103 typedef struct EventGroupDef_t * EventGroupHandle_t; typedef
169 EventGroupHandle_t xEventGroupCreate( void ) PRIVILEGED_FUNCTION;
223EventGroupHandle_t xEventGroupCreateStatic( StaticEventGroup_t * pxEventGroupBuffer ) PRIVILEGED_F…
319 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
380 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup,
444 BaseType_t xEventGroupClearBitsFromISR( EventGroupHandle_t xEventGroup,
523 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,
599 BaseType_t xEventGroupSetBitsFromISR( EventGroupHandle_t xEventGroup,
731 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup,
770 EventBits_t xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) PRIVILEGED_FUNCTION;
[all …]
Dmpu_prototypes.h70 EventGroupHandle_t xEventGroup;
296 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
302 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
304 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
306 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
319 EventGroupHandle_t MPU_xEventGroupCreate( void ) PRIVILEGED_FUNCTION;
320 EventGroupHandle_t MPU_xEventGroupCreateStatic( StaticEventGroup_t * pxEventGroupBuffer ) PRIVILEGE…
321 void MPU_vEventGroupDelete( EventGroupHandle_t xEventGroup ) PRIVILEGED_FUNCTION;
322 BaseType_t MPU_xEventGroupGetStaticBuffer( EventGroupHandle_t xEventGroup,
324 BaseType_t MPU_xEventGroupClearBitsFromISR( EventGroupHandle_t xEventGroup,
[all …]
/Kernel-v10.6.2/
Devent_groups.c81 EventGroupHandle_t xEventGroupCreateStatic( StaticEventGroup_t * pxEventGroupBuffer ) in xEventGroupCreateStatic()
133 EventGroupHandle_t xEventGroupCreate( void ) in xEventGroupCreate()
179 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup, in xEventGroupSync()
302 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in xEventGroupWaitBits()
458 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup, in xEventGroupClearBits()
488 BaseType_t xEventGroupClearBitsFromISR( EventGroupHandle_t xEventGroup, in xEventGroupClearBitsFromISR()
502 EventBits_t xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) in xEventGroupGetBitsFromISR()
518 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup, in xEventGroupSetBits()
614 void vEventGroupDelete( EventGroupHandle_t xEventGroup ) in vEventGroupDelete()
661 BaseType_t xEventGroupGetStaticBuffer( EventGroupHandle_t xEventGroup, in xEventGroupGetStaticBuffer()
[all …]
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers_v2.c222 …#define MPU_GetEventGroupHandleAtIndex( lIndex ) ( EventGroupHandle_t ) MPU_GetHan…
3792 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits()
3817 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupWaitBitsImpl()
3865 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup,
3868 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBitsImpl()
3872 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupClearBitsImpl()
3900 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup,
3903 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBitsImpl()
3907 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupSetBitsImpl()
3935 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup,
[all …]
Dmpu_wrappers.c1980 EventGroupHandle_t MPU_xEventGroupCreate( void ) /* FREERTOS_SYSTEM_CALL */ in MPU_xEventGroupCreate()
1982 EventGroupHandle_t xReturn; in MPU_xEventGroupCreate()
2006EventGroupHandle_t MPU_xEventGroupCreateStatic( StaticEventGroup_t * pxEventGroupBuffer ) /* FREER… in MPU_xEventGroupCreateStatic()
2008 EventGroupHandle_t xReturn; in MPU_xEventGroupCreateStatic()
2031 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits()
2059 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
2084 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
2109 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
2136 void MPU_vEventGroupDelete( EventGroupHandle_t xEventGroup ) /* FREERTOS_SYSTEM_CALL */ in MPU_vEventGroupDelete()
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/
Dmpu_wrappers_v2_asm.c1746 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1749 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1773 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1776 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1800 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1805 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1746 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1749 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1773 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1776 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1800 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1805 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
Dmpu_wrappers_v2_asm.c1804 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1807 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1832 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1835 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1860 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1865 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/
Dmpu_wrappers_v2_asm.c1804 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1807 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1832 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1835 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1860 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1865 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
Dmpu_wrappers_v2_asm.c1804 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1807 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1832 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1835 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1860 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1865 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/
Dmpu_wrappers_v2_asm.c1804 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1807 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1832 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1835 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1860 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1865 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
Dmpu_wrappers_v2_asm.c1747 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1750 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1774 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1777 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1801 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1806 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/RVDS/ARM_CM4_MPU/
Dmpu_wrappers_v2_asm.c1456 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
1459 __asm EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
1478 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
1481 __asm EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
1500 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
1505 __asm EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c127 static EventGroupHandle_t xEventGroup;