/FreeRTOS-Kernel/include/ |
A D | event_groups.h | 113 typedef TickType_t EventBits_t; typedef 328 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, 329 const EventBits_t uxBitsToWaitFor, 392 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup, 393 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION; 532 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup, 533 const EventBits_t uxBitsToSet ) PRIVILEGED_FUNCTION; 609 const EventBits_t uxBitsToSet, 740 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup, 741 const EventBits_t uxBitsToSet, [all …]
|
A D | mpu_prototypes.h | 71 EventBits_t uxBitsToWaitFor; 373 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, 374 const EventBits_t uxBitsToWaitFor, 379 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 380 const EventBits_t uxBitsToClear ) FREERTOS_SYSTEM_CALL; 381 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 382 const EventBits_t uxBitsToSet ) FREERTOS_SYSTEM_CALL; 383 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 384 const EventBits_t uxBitsToSet, 385 const EventBits_t uxBitsToWaitFor, [all …]
|
/FreeRTOS-Kernel/ |
A D | event_groups.c | 56 EventBits_t uxEventBits; 185 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup, in xEventGroupSync() 186 const EventBits_t uxBitsToSet, in xEventGroupSync() 187 const EventBits_t uxBitsToWaitFor, in xEventGroupSync() 190 EventBits_t uxOriginalBitValue, uxReturn; in xEventGroupSync() 312 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in xEventGroupWaitBits() 319 EventBits_t uxReturn, uxControlBits = 0; in xEventGroupWaitBits() 476 EventBits_t uxReturn; in xEventGroupClearBits() 528 EventBits_t uxReturn; in xEventGroupGetBitsFromISR() 547 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup, in xEventGroupSetBits() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1724 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1727 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1755 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1756 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1758 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1786 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1787 const EventBits_t uxBitsToSet, 1788 const EventBits_t uxBitsToWaitFor, 1791 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1792 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1728 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1729 const EventBits_t uxBitsToSet, 1730 const EventBits_t uxBitsToWaitFor, 1733 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1734 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1727 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1728 const EventBits_t uxBitsToSet, 1729 const EventBits_t uxBitsToWaitFor, 1732 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1733 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1728 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1729 const EventBits_t uxBitsToSet, 1730 const EventBits_t uxBitsToWaitFor, 1733 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1734 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | mpu_wrappers_v2_asm.c | 1668 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1671 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1699 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1700 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1702 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1730 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1731 const EventBits_t uxBitsToSet, 1732 const EventBits_t uxBitsToWaitFor, 1735 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1736 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1728 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1729 const EventBits_t uxBitsToSet, 1730 const EventBits_t uxBitsToWaitFor, 1733 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1734 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1727 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1728 const EventBits_t uxBitsToSet, 1729 const EventBits_t uxBitsToWaitFor, 1732 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1733 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1727 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1728 const EventBits_t uxBitsToSet, 1729 const EventBits_t uxBitsToWaitFor, 1732 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1733 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1727 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1728 const EventBits_t uxBitsToSet, 1729 const EventBits_t uxBitsToWaitFor, 1732 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1733 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | mpu_wrappers_v2_asm.c | 1668 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1671 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1699 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1700 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1702 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1730 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1731 const EventBits_t uxBitsToSet, 1732 const EventBits_t uxBitsToWaitFor, 1735 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1736 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1728 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1729 const EventBits_t uxBitsToSet, 1730 const EventBits_t uxBitsToWaitFor, 1733 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1734 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/ |
A D | mpu_wrappers_v2_asm.c | 1832 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1835 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1861 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1862 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1864 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1890 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1891 const EventBits_t uxBitsToSet, 1892 const EventBits_t uxBitsToWaitFor, 1895 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1896 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 1724 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1727 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1755 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1756 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1758 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1786 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1787 const EventBits_t uxBitsToSet, 1788 const EventBits_t uxBitsToWaitFor, 1791 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1792 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/ |
A D | mpu_wrappers_v2_asm.c | 1724 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1727 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1755 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1756 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1758 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1786 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1787 const EventBits_t uxBitsToSet, 1788 const EventBits_t uxBitsToWaitFor, 1791 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1792 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/ |
A D | mpu_wrappers_v2_asm.c | 1724 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1727 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1755 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1756 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1758 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1786 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1787 const EventBits_t uxBitsToSet, 1788 const EventBits_t uxBitsToWaitFor, 1791 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1792 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1728 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1729 const EventBits_t uxBitsToSet, 1730 const EventBits_t uxBitsToWaitFor, 1733 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1734 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/ |
A D | mpu_wrappers_v2_asm.c | 1667 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1670 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1697 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1698 … const EventBits_t uxBitsToSet ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1700 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1727 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1728 const EventBits_t uxBitsToSet, 1729 const EventBits_t uxBitsToWaitFor, 1732 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1733 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/ |
A D | port.c | 135 static EventBits_t uxCrossCoreEventBits; 295 EventBits_t ulBits = uxCrossCoreEventBits; in prvFIFOInterruptHandler() 970 static inline EventBits_t prvGetEventGroupBit( spin_lock_t * spinLock ) in prvGetEventGroupBit() 982 return ( EventBits_t ) ulBit; in prvGetEventGroupBit() 985 static inline EventBits_t prvGetAllEventGroupBits() in prvGetAllEventGroupBits() 988 return ( EventBits_t ) 0xffu; in prvGetAllEventGroupBits() 990 return ( EventBits_t ) 0xffffffu; in prvGetAllEventGroupBits() 1052 EventBits_t uxBits = prvGetEventGroupBit( pxLock->spin_lock ); in vPortLockInternalSpinUnlockWithNotify()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/ |
A D | mpu_wrappers_v2_asm.c | 1382 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, 1385 __asm EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 1407 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, 1408 const EventBits_t uxBitsToSet ) FREERTOS_SYSTEM_CALL; 1410 __asm EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 1432 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, 1433 const EventBits_t uxBitsToSet, 1434 const EventBits_t uxBitsToWaitFor, 1437 __asm EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 1438 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() [all …]
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 2038 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits() 2039 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits() 2044 EventBits_t xReturn; in MPU_xEventGroupWaitBits() 2068 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits() 2071 EventBits_t xReturn; in MPU_xEventGroupClearBits() 2095 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits() 2098 EventBits_t xReturn; in MPU_xEventGroupSetBits() 2122 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync() 2123 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync() 2124 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync() [all …]
|
A D | mpu_wrappers_v2.c | 3899 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits() 3905 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBits() 3923 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBitsImpl() 3982 EventBits_t xReturn = 0; in MPU_xEventGroupClearBitsImpl() 4021 EventBits_t xReturn = 0; in MPU_xEventGroupSetBitsImpl() 4054 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup, 4055 const EventBits_t uxBitsToSet, 4059 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSyncImpl() 4060 const EventBits_t uxBitsToSet, in MPU_xEventGroupSyncImpl() 4064 EventBits_t xReturn = 0; in MPU_xEventGroupSyncImpl() [all …]
|