60 #define __CM0_REV 0x0000 61 #define __MPU_PRESENT 0 62 #define __NVIC_PRIO_BITS 2 63 #define __Vendor_SysTickConfig 0 94 #define ARM_SRAM_BASE (( uint32_t)0x20000000UL) 95 #define ARM_PERIPH_BASE (( uint32_t)0x40000000UL) 98 #define ARM_GPIO_BASE ARM_PERIPH_BASE 100 #define ARM_GPIO0_BASE (ARM_GPIO_BASE) 101 #define ARM_GPIO1_BASE (ARM_GPIO_BASE + 0x0800UL) 102 #define ARM_GPIO2_BASE (ARM_GPIO_BASE + 0x1000UL) 108 #define ARM_GPIO0 ((ARM_GPIO_TypeDef *) ARM_GPIO0_BASE) 109 #define ARM_GPIO1 ((ARM_GPIO_TypeDef *) ARM_GPIO1_BASE) 110 #define ARM_GPIO2 ((ARM_GPIO_TypeDef *) ARM_GPIO2_BASE)
CMSIS Cortex-M0 Device System Header File for CM0 Device Series.
IRQn
Definition: ARMCM0.h:35
#define __IO
Definition: core_cm0.h:157
#define __O
Definition: core_cm0.h:156