Searched refs:TIMER3 (Results 1 – 25 of 78) sorted by relevance
1234
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_timer.c | 247 nu_timer3.timer_periph = TIMER3; in rt_hw_timer_init() 315 if (TIMER_GetIntFlag(TIMER3)) in TMR3_IRQHandler() 317 TIMER_ClearIntFlag(TIMER3); in TMR3_IRQHandler()
|
| A D | drv_timer_capture.c | 59 static TIMER_T *nu_timer_base[TIMER_CHANNEL_NUM] = { TIMER0, TIMER1, TIMER2, TIMER3}; 187 if (nu_capture->timer == TIMER3) in nu_timer_init()
|
| A D | drv_tpwm.c | 218 nu_tpwm3.tpwm_base = TIMER3; in rt_hw_tpwm_init() 228 TPWM_ENABLE_PWM_MODE(TIMER3); in rt_hw_tpwm_init()
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_timer.c | 248 nu_timer3.timer_periph = TIMER3; in rt_hw_timer_init() 316 if (TIMER_GetIntFlag(TIMER3)) in TMR3_IRQHandler() 318 TIMER_ClearIntFlag(TIMER3); in TMR3_IRQHandler()
|
| A D | drv_timer_capture.c | 59 static TIMER_T *nu_timer_base[TIMER_CHANNEL_NUM] = { TIMER0, TIMER1, TIMER2, TIMER3}; 188 if (nu_capture->timer == TIMER3) in nu_timer_init()
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_timer.c | 255 nu_timer3.timer_periph = TIMER3; in rt_hw_timer_init() 351 if (TIMER_GetIntFlag(TIMER3)) in TMR3_IRQHandler() 353 TIMER_ClearIntFlag(TIMER3); in TMR3_IRQHandler()
|
| A D | drv_timer_capture.c | 63 static TIMER_T *nu_timer_base[TIMER_CHANNEL_NUM] = { TIMER0, TIMER1, TIMER2, TIMER3, TIMER4, TIMER5… 217 if (nu_capture->timer == TIMER3) in nu_timer_init()
|
| A D | drv_tpwm.c | 226 nu_tpwm3.tpwm_base = TIMER3; in rt_hw_tpwm_init() 236 TPWM_ENABLE_PWM_MODE(TIMER3); in rt_hw_tpwm_init()
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_tim.h | 41 ((PERIPH) == TIMER3))
|
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_timer.c | 73 ((ref) == TIMER3))
|
| /bsp/nuclei/gd32vf103_rvstar/board/ |
| A D | Kconfig | 86 bool "Enable TIMER3"
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_tpwm.c | 81 { .name = "tpwm3", .base = TIMER3, .rstidx = TMR3_RST, .modid = TMR3_MODULE },
|
| A D | drv_timer.c | 76 …{ .name = "timer3", .base = TIMER3, .irqn = TMR3_IRQn, .rstidx = TMR3_RST, .modid = TMR3_MODULE …
|
| /bsp/nuclei/libraries/gd32vf103/HAL_Drivers/ |
| A D | drv_hwtimer.c | 47 TIMER3,
|
| A D | drv_pwm.c | 50 TIMER3,
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/ |
| A D | efm32gg990f512.h | 377 #define TIMER3 ((TIMER_TypeDef *) TIMER3_BASE) /**< TIMER3 base pointer */ macro
|
| A D | efm32gg995f1024.h | 377 #define TIMER3 ((TIMER_TypeDef *) TIMER3_BASE) /**< TIMER3 base pointer */ macro
|
| A D | efm32gg995f512.h | 377 #define TIMER3 ((TIMER_TypeDef *) TIMER3_BASE) /**< TIMER3 base pointer */ macro
|
| A D | efm32gg980f1024.h | 377 #define TIMER3 ((TIMER_TypeDef *) TIMER3_BASE) /**< TIMER3 base pointer */ macro
|
| A D | efm32gg980f512.h | 377 #define TIMER3 ((TIMER_TypeDef *) TIMER3_BASE) /**< TIMER3 base pointer */ macro
|
| A D | efm32gg990f1024.h | 377 #define TIMER3 ((TIMER_TypeDef *) TIMER3_BASE) /**< TIMER3 base pointer */ macro
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_tpwm.c | 106 { .name = "tpwm3", .base = TIMER3, .rstidx = TMR3_RST, .modid = TMR3_MODULE },
|
| A D | drv_timer.c | 101 …{ .name = "timer3", .base = TIMER3, .irqn = TMR3_IRQn, .rstidx = TMR3_RST, .modid = TMR3_MODULE …
|
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_hwtimer.c | 253 TIMER3,
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/ARM/ |
| A D | startup_efm32gg.s | 97 DCD TIMER3_IRQHandler ; 14: TIMER3 Interrupt
|
Completed in 41 milliseconds
1234