/FreeRTOS-Kernel/include/ |
A D | atomic.h | 94 #ifndef portFORCE_INLINE 95 #define portFORCE_INLINE macro 154 static portFORCE_INLINE void * Atomic_SwapPointers_p32( void * volatile * ppvDestination, in Atomic_SwapPointers_p32() 219 static portFORCE_INLINE uint32_t Atomic_Add_u32( uint32_t volatile * pulAddend, in Atomic_Add_u32() 247 static portFORCE_INLINE uint32_t Atomic_Subtract_u32( uint32_t volatile * pulAddend, in Atomic_Subtract_u32() 273 static portFORCE_INLINE uint32_t Atomic_Increment_u32( uint32_t volatile * pulAddend ) in Atomic_Increment_u32() 298 static portFORCE_INLINE uint32_t Atomic_Decrement_u32( uint32_t volatile * pulAddend ) in Atomic_Decrement_u32() 325 static portFORCE_INLINE uint32_t Atomic_OR_u32( uint32_t volatile * pulDestination, in Atomic_OR_u32() 352 static portFORCE_INLINE uint32_t Atomic_AND_u32( uint32_t volatile * pulDestination, in Atomic_AND_u32() 379 static portFORCE_INLINE uint32_t Atomic_NAND_u32( uint32_t volatile * pulDestination, in Atomic_NAND_u32() [all …]
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM3/ |
A D | portmacro.h | 178 #ifndef portFORCE_INLINE 179 #define portFORCE_INLINE __forceinline macro 184 static portFORCE_INLINE void vPortSetBASEPRI( uint32_t ulBASEPRI ) in vPortSetBASEPRI() 197 static portFORCE_INLINE void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 214 static portFORCE_INLINE void vPortClearBASEPRIFromISR( void ) in vPortClearBASEPRIFromISR() 228 static portFORCE_INLINE uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 248 static portFORCE_INLINE BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4F/ |
A D | portmacro.h | 178 #ifndef portFORCE_INLINE 179 #define portFORCE_INLINE __forceinline macro 184 static portFORCE_INLINE void vPortSetBASEPRI( uint32_t ulBASEPRI ) in vPortSetBASEPRI() 197 static portFORCE_INLINE void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 214 static portFORCE_INLINE void vPortClearBASEPRIFromISR( void ) in vPortClearBASEPRIFromISR() 228 static portFORCE_INLINE uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 248 static portFORCE_INLINE BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM7/r0p1/ |
A D | portmacro.h | 178 #ifndef portFORCE_INLINE 179 #define portFORCE_INLINE __forceinline macro 184 static portFORCE_INLINE void vPortSetBASEPRI( uint32_t ulBASEPRI ) in vPortSetBASEPRI() 197 static portFORCE_INLINE void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 216 static portFORCE_INLINE void vPortClearBASEPRIFromISR( void ) in vPortClearBASEPRIFromISR() 230 static portFORCE_INLINE uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 252 static portFORCE_INLINE BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3/ |
A D | portmacro.h | 184 #ifndef portFORCE_INLINE 185 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 190 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt() 212 portFORCE_INLINE static void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 228 portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 248 portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) in vPortSetBASEPRI()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4F/ |
A D | portmacro.h | 187 #ifndef portFORCE_INLINE 188 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 191 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt() 213 portFORCE_INLINE static void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 229 portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 249 portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) in vPortSetBASEPRI()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1/ |
A D | portmacro.h | 184 #ifndef portFORCE_INLINE 185 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 188 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt() 210 portFORCE_INLINE static void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 228 portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 250 portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) in vPortSetBASEPRI()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/ |
A D | portmacro.h | 356 #ifndef portFORCE_INLINE 357 #define portFORCE_INLINE __forceinline macro 402 static portFORCE_INLINE void vPortSetBASEPRI( uint32_t ulBASEPRI ) in vPortSetBASEPRI() 415 static portFORCE_INLINE void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 438 static portFORCE_INLINE void vPortClearBASEPRIFromISR( void ) in vPortClearBASEPRIFromISR() 452 static portFORCE_INLINE uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 478 static portFORCE_INLINE BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | portmacro.h | 363 #ifndef portFORCE_INLINE 364 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 409 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt() 431 portFORCE_INLINE static void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 453 portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 479 portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) in vPortSetBASEPRI()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | portmacro.h | 268 #ifndef portFORCE_INLINE 269 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 314 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt() 336 portFORCE_INLINE static void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 352 portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 372 portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) in vPortSetBASEPRI()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM0/ |
A D | portmacro.h | 138 #ifndef portFORCE_INLINE 139 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 144 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM0/ |
A D | portmacro.h | 135 #ifndef portFORCE_INLINE 136 #define portFORCE_INLINE __forceinline macro 141 static portFORCE_INLINE BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM7/r0p1/ |
A D | portmacro.h | 188 #ifndef portFORCE_INLINE 189 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 194 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM3/ |
A D | portmacro.h | 186 #ifndef portFORCE_INLINE 187 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 192 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F/ |
A D | portmacro.h | 185 #ifndef portFORCE_INLINE 186 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 191 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/IAR/RISC-V/ |
A D | portmacro.h | 158 #ifndef portFORCE_INLINE 159 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/ |
A D | portmacro.h | 367 #ifndef portFORCE_INLINE 368 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 373 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/GCC/RISC-V/ |
A D | portmacro.h | 171 #ifndef portFORCE_INLINE 172 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | portmacrocommon.h | 102 #ifndef portFORCE_INLINE 103 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | portmacrocommon.h | 102 #ifndef portFORCE_INLINE 103 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | portmacrocommon.h | 102 #ifndef portFORCE_INLINE 103 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/ |
A D | portmacrocommon.h | 102 #ifndef portFORCE_INLINE 103 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/ |
A D | portmacrocommon.h | 102 #ifndef portFORCE_INLINE 103 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/ |
A D | portmacrocommon.h | 102 #ifndef portFORCE_INLINE 103 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/ |
A D | portmacrocommon.h | 102 #ifndef portFORCE_INLINE 103 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|