Searched refs:TIMER_BASE (Results 1 – 15 of 15) sorted by relevance
38 void* base = (void*)TIMER_BASE; in rt_hw_timer_handler()54 void* base = (void*)TIMER_BASE; in sysTick_config()
124 .reg_base = TIMER_BASE,131 .reg_base = TIMER_BASE,173 .reg_base = TIMER_BASE,
56 #define TIMER_BASE ((uint32_t)0x4000A500) macro
124 .reg_base = TIMER_BASE,131 .reg_base = TIMER_BASE,180 .reg_base = TIMER_BASE,
67 #define TIMER_BASE ((uint32_t)0x4000A500) macro
42 #define TIMER0 (TIMER_BASE + 0x00012C00U)43 #define TIMER1 (TIMER_BASE + 0x00000000U)44 #define TIMER2 (TIMER_BASE + 0x00000400U)45 #define TIMER3 (TIMER_BASE + 0x00000800U)46 #define TIMER4 (TIMER_BASE + 0x00000C00U)47 #define TIMER5 (TIMER_BASE + 0x00001000U)48 #define TIMER6 (TIMER_BASE + 0x00001400U)
132 .reg_base = TIMER_BASE,139 .reg_base = TIMER_BASE,188 .reg_base = TIMER_BASE,
78 #define TIMER_BASE ((uint32_t)0x2000a500) macro
206 #define TIMER_BASE (APB1_BUS_BASE + 0x00000000U) /*!< TIMER base address … macro
167 #define TIMER_BASE ((uint32_t)0x4000A500) macro
188 #define TIMER_BASE ((uint32_t)0x4000A500) macro
212 #define TIMER_BASE ((uint32_t)0x2000a500) macro
2756 #define TIMER_BASE 0x40004000u macro2794 #define TIMER ((TIMER_TypeDef *) TIMER_BASE)2795 #define TIMER_BITBAND ((TIMER_BitBand_TypeDef *) BITBAND_ADDRESS(TIMER_BASE))
1104 #define PTIM ((Timer_Type *) TIMER_BASE ) /*!< \brief Timer register struct */
Completed in 67 milliseconds