struct SysTick_Type { __IO uint32_t CTLR; __IO uint32_t SR; __IO uint64_t CNT; __IO uint64_t CMP; }; #define SysTick ((SysTick_Type *) 0xE000F000)