 |
NHS31xx SW API
|
25 #if defined(__ARMCC_VERSION) 27 #pragma diag_suppress 2525 30 #elif defined(__CWCC__) 32 #pragma cpp_extensions on 33 #elif defined(__GNUC__) 35 #elif defined(__IAR_SYSTEMS_ICC__) 37 #pragma language=extended 39 #error Not supported compiler type 42 #if !defined(CORE_M0PLUS) 43 #error Please #define CORE_M0PLUS 48 #define __CM0_REV 0x0000 51 #define __MPU_PRESENT 0 54 #define __NVIC_PRIO_BITS 2 57 #define __Vendor_SysTickConfig 0 107 #pragma GCC diagnostic push 108 #pragma GCC diagnostic ignored "-Wsign-conversion" 109 #include "core_cm0plus.h" 110 #pragma GCC diagnostic pop
IRQn_Type
Definition: cmsis.h:60