Home
last modified time | relevance | path

Searched refs:__STATIC_FORCEINLINE (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/
Dcmsis_gcc.h49 #ifndef __STATIC_FORCEINLINE
50 #define __STATIC_FORCEINLINE __attribute__((always_inline)) static inline macro
131 __STATIC_FORCEINLINE __NO_RETURN void __cmsis_start(void) in __cmsis_start()
196 __STATIC_FORCEINLINE void __enable_irq(void) in __enable_irq()
207 __STATIC_FORCEINLINE void __disable_irq(void) in __disable_irq()
218 __STATIC_FORCEINLINE uint32_t __get_CONTROL(void) in __get_CONTROL()
233 __STATIC_FORCEINLINE uint32_t __TZ_get_CONTROL_NS(void) in __TZ_get_CONTROL_NS()
248 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL()
260 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS()
272 __STATIC_FORCEINLINE uint32_t __get_IPSR(void) in __get_IPSR()
[all …]
Dcmsis_compiler.h79 #ifndef __STATIC_FORCEINLINE
80 #define __STATIC_FORCEINLINE __STATIC_INLINE macro
151 #ifndef __STATIC_FORCEINLINE
152 #define __STATIC_FORCEINLINE __STATIC_INLINE macro
220 #ifndef __STATIC_FORCEINLINE
221 #define __STATIC_FORCEINLINE __STATIC_INLINE macro
Dcmsis_iccarm.h176 #ifndef __STATIC_FORCEINLINE
177 #define __STATIC_FORCEINLINE __FORCEINLINE __STATIC_INLINE macro