/Kernel-v11.1.0/include/ |
D | atomic.h | 94 #ifndef portFORCE_INLINE 95 #define portFORCE_INLINE macro 118 static portFORCE_INLINE uint32_t Atomic_CompareAndSwap_u32( uint32_t volatile * pulDestination, in Atomic_CompareAndSwap_u32() 154 static portFORCE_INLINE void * Atomic_SwapPointers_p32( void * volatile * ppvDestination, in Atomic_SwapPointers_p32() 186 static portFORCE_INLINE uint32_t Atomic_CompareAndSwapPointers_p32( void * volatile * ppvDestinatio… in Atomic_CompareAndSwapPointers_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() [all …]
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM3/ |
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()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM7/r0p1/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | portmacro.h | 347 #ifndef portFORCE_INLINE 348 #define portFORCE_INLINE __forceinline macro 393 static portFORCE_INLINE void vPortSetBASEPRI( uint32_t ulBASEPRI ) in vPortSetBASEPRI() 406 static portFORCE_INLINE void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 429 static portFORCE_INLINE void vPortClearBASEPRIFromISR( void ) in vPortClearBASEPRIFromISR() 443 static portFORCE_INLINE uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 469 static portFORCE_INLINE BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | portmacro.h | 354 #ifndef portFORCE_INLINE 355 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 400 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt() 422 portFORCE_INLINE static void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 444 portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 470 portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) in vPortSetBASEPRI()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | portmacro.h | 260 #ifndef portFORCE_INLINE 261 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 306 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt() 328 portFORCE_INLINE static void vPortRaiseBASEPRI( void ) in vPortRaiseBASEPRI() 344 portFORCE_INLINE static uint32_t ulPortRaiseBASEPRI( void ) in ulPortRaiseBASEPRI() 364 portFORCE_INLINE static void vPortSetBASEPRI( uint32_t ulNewMaskValue ) in vPortSetBASEPRI()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM0/ |
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()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM0/ |
D | portmacro.h | 135 #ifndef portFORCE_INLINE 136 #define portFORCE_INLINE __forceinline macro 141 static portFORCE_INLINE BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
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()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
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()
|
/Kernel-v11.1.0/portable/IAR/RISC-V/ |
D | portmacro.h | 158 #ifndef portFORCE_INLINE 159 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | portmacro.h | 358 #ifndef portFORCE_INLINE 359 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 364 portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void ) in xPortIsInsideInterrupt()
|
/Kernel-v11.1.0/portable/GCC/RISC-V/ |
D | portmacro.h | 171 #ifndef portFORCE_INLINE 172 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 100 #ifndef portFORCE_INLINE 101 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 100 #ifndef portFORCE_INLINE 101 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 100 #ifndef portFORCE_INLINE 101 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 100 #ifndef portFORCE_INLINE 101 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 100 #ifndef portFORCE_INLINE 101 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | portmacrocommon.h | 100 #ifndef portFORCE_INLINE 101 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 100 #ifndef portFORCE_INLINE 101 #define portFORCE_INLINE inline __attribute__( ( always_inline ) ) macro 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros()
|