Home
last modified time | relevance | path

Searched refs:TIMER1_BASE (Results 1 – 25 of 89) sorted by relevance

1234

/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/
A Defm32g880f128.h281 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
323 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32g880f32.h281 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
323 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32g880f64.h281 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
323 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32g890f128.h281 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
323 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32g890f32.h281 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
323 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32g890f64.h281 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
323 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/
A Defm32gg990f512.h326 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
375 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32gg995f1024.h326 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
375 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32gg995f512.h326 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
375 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32gg980f1024.h326 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
375 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32gg980f512.h326 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
375 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
A Defm32gg990f1024.h326 #define TIMER1_BASE (0x40010400UL) /**< TIMER1 base address */ macro
375 #define TIMER1 ((TIMER_TypeDef *) TIMER1_BASE) /**< TIMER1 base pointer */
/bsp/lm4f232/Libraries/inc/
A Dhw_memmap.h71 #define TIMER1_BASE 0x40031000 // Timer1 macro
/bsp/lm3s8962/Libraries/inc/
A Dhw_memmap.h71 #define TIMER1_BASE 0x40031000 // Timer1 macro
/bsp/lm3s9b9x/Libraries/inc/
A Dhw_memmap.h71 #define TIMER1_BASE 0x40031000 // Timer1 macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_memmap.h82 #define TIMER1_BASE 0x40031000 // Timer1 macro
/bsp/tm4c129x/libraries/inc/
A Dhw_memmap.h82 #define TIMER1_BASE 0x40031000 // Timer1 macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dtiva_timer.c74 { TIMER1_BASE, INT_TIMER1A_TM4C123 },
92 { TIMER1_BASE, INT_TIMER1A_TM4C129 },
121 return((ui32Base == TIMER0_BASE) || (ui32Base == TIMER1_BASE) || in _TimerBaseValid()
/bsp/tm4c129x/libraries/driverlib/
A Dtiva_timer.c74 { TIMER1_BASE, INT_TIMER1A_TM4C123 },
92 { TIMER1_BASE, INT_TIMER1A_TM4C129 },
121 return((ui32Base == TIMER0_BASE) || (ui32Base == TIMER1_BASE) || in _TimerBaseValid()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl808/
A Dbl808_memorymap.h117 #define TIMER1_BASE ((uint32_t)0x30009000) macro
A Ddevice_table.c260 .reg_base = TIMER1_BASE,
513 .reg_base = TIMER1_BASE,
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dtimer.c63 { TIMER1_BASE, INT_TIMER1A },
91 return ((ui32Base == TIMER0_BASE) || (ui32Base == TIMER1_BASE) || in _TimerBaseValid()
/bsp/lm4f232/Libraries/driverlib/
A Dtimer.c48 { TIMER1_BASE, INT_TIMER1A },
78 return((ulBase == TIMER0_BASE) || (ulBase == TIMER1_BASE) || in TimerBaseValid()
/bsp/lm3s9b9x/Libraries/driverlib/
A Dtimer.c48 { TIMER1_BASE, INT_TIMER1A },
78 return((ulBase == TIMER0_BASE) || (ulBase == TIMER1_BASE) || in TimerBaseValid()
/bsp/lm3s8962/Libraries/driverlib/
A Dtimer.c48 { TIMER1_BASE, INT_TIMER1A },
78 return((ulBase == TIMER0_BASE) || (ulBase == TIMER1_BASE) || in TimerBaseValid()

Completed in 71 milliseconds

1234