/third_party/cmsis/CMSIS/Core/Include/ |
D | cmsis_compiler.h | 120 #ifndef __NO_RETURN 121 #define __NO_RETURN __attribute__((noreturn)) macro 193 #ifndef __NO_RETURN 194 #define __NO_RETURN __attribute__((noreturn)) macro 263 #ifndef __NO_RETURN 265 #define __NO_RETURN macro
|
D | core_cm0.h | 868 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_sc000.h | 949 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm1.h | 895 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm0plus.h | 997 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_starmc1.h | 2644 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset() 2663 __NO_RETURN __STATIC_INLINE void __SW_SystemReset(void) in __SW_SystemReset()
|
D | core_cm3.h | 1765 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_sc300.h | 1748 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm23.h | 1703 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm4.h | 1947 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm7.h | 2166 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm33.h | 2546 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm35p.h | 2546 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm85.h | 4079 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
D | core_cm55.h | 4055 __NO_RETURN __STATIC_INLINE void __NVIC_SystemReset(void) in __NVIC_SystemReset()
|
/third_party/cmsis/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 70 #ifndef __NO_RETURN 72 #define __NO_RETURN __declspec(noreturn) macro 74 #define __NO_RETURN __attribute__((__noreturn__)) macro 76 #define __NO_RETURN __attribute__((__noreturn__)) macro 78 #define __NO_RETURN __noreturn macro 80 #define __NO_RETURN macro 501 __NO_RETURN void osThreadExit (void);
|
/third_party/cmsis/CMSIS/Core/Include/a-profile/ |
D | cmsis_iccarm_a.h | 78 #ifndef __NO_RETURN 80 #define __NO_RETURN __attribute__((__noreturn__)) macro 82 #define __NO_RETURN _Pragma("object_attribute=__noreturn") macro
|
D | cmsis_armclang_a.h | 44 #ifndef __NO_RETURN 45 #define __NO_RETURN __attribute__((__noreturn__)) macro
|
D | cmsis_clang_a.h | 50 #ifndef __NO_RETURN 51 #define __NO_RETURN __attribute__((__noreturn__)) macro
|
D | cmsis_gcc_a.h | 53 #ifndef __NO_RETURN 54 #define __NO_RETURN __attribute__((__noreturn__)) macro
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
D | cmsis_iccarm_m.h | 127 #ifndef __NO_RETURN 129 #define __NO_RETURN [[noreturn]] macro 131 #define __NO_RETURN _Noreturn macro 133 #define __NO_RETURN _Pragma("object_attribute=__noreturn") macro
|
D | cmsis_gcc_m.h | 52 #ifndef __NO_RETURN 53 #define __NO_RETURN __attribute__((__noreturn__)) macro 128 __STATIC_FORCEINLINE __NO_RETURN void __cmsis_start(void) in __cmsis_start() 130 extern void _start(void) __NO_RETURN; in __cmsis_start()
|
D | cmsis_tiarmclang_m.h | 47 #ifndef __NO_RETURN 48 #define __NO_RETURN __attribute__((__noreturn__)) macro
|
D | cmsis_clang_m.h | 52 #ifndef __NO_RETURN 53 #define __NO_RETURN __attribute__((__noreturn__)) macro
|
D | cmsis_armclang_m.h | 47 #ifndef __NO_RETURN 48 #define __NO_RETURN __attribute__((__noreturn__)) macro
|