Searched refs:TIMER5 (Results 1 – 22 of 22) sorted by relevance
| /bsp/rockchip/rk2108/ |
| A D | hal_conf.h | 19 #define SYS_TIMER TIMER5
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_timer.c | 283 nu_timer5.timer_periph = TIMER5; in rt_hw_timer_init() 381 if (TIMER_GetIntFlag(TIMER5)) in TMR5_IRQHandler() 383 TIMER_ClearIntFlag(TIMER5); in TMR5_IRQHandler()
|
| A D | drv_timer_capture.c | 63 static TIMER_T *nu_timer_base[TIMER_CHANNEL_NUM] = { TIMER0, TIMER1, TIMER2, TIMER3, TIMER4, TIMER5… 235 if (nu_capture->timer == TIMER5) in nu_timer_init()
|
| A D | drv_tpwm.c | 254 nu_tpwm5.tpwm_base = TIMER5; in rt_hw_tpwm_init() 264 TPWM_ENABLE_PWM_MODE(TIMER5); in rt_hw_tpwm_init()
|
| A D | Kconfig | 247 bool "Enable TIMER5" 252 prompt "Select TIMER5 function mode"
|
| /bsp/gd32/arm/gd32e230-lckfb/ |
| A D | README.md | 22 - 1 x 基本定时器 (TIMER5)
|
| /bsp/nuclei/gd32vf103_rvstar/board/ |
| A D | Kconfig | 92 bool "Enable TIMER5"
|
| /bsp/nuclei/libraries/gd32vf103/HAL_Drivers/ |
| A D | drv_hwtimer.c | 61 TIMER5,
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_tpwm.c | 112 { .name = "tpwm5", .base = TIMER5, .rstidx = TMR5_RST, .modid = TMR5_MODULE },
|
| A D | drv_timer.c | 107 …{ .name = "timer5", .base = TIMER5, .irqn = TMR5_IRQn, .rstidx = TMR5_RST, .modid = TMR5_MODULE …
|
| A D | Kconfig | 289 bool "Enable TIMER5" 294 prompt "Select TIMER5 function mode"
|
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_hwtimer.c | 287 TIMER5,
|
| A D | drv_pwm.c | 205 return TIMER5; in index_to_timer()
|
| /bsp/tae32f5300/drivers/ |
| A D | Kconfig | 239 bool "Enable TIMER5"
|
| /bsp/cvitek/c906_little/board/ |
| A D | Kconfig | 308 bool "Enable TIMER5"
|
| /bsp/cvitek/cv18xx_risc-v/board/ |
| A D | Kconfig | 324 bool "Enable TIMER5"
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/ |
| A D | gd32vf103_timer.c | 76 case TIMER5: in timer_deinit() 142 if((TIMER5 != timer_periph) && (TIMER6 != timer_periph)){ in timer_init()
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/ |
| A D | gd32vf103_timer.h | 47 #define TIMER5 (TIMER_BASE + 0x00001000U) macro
|
| /bsp/essemi/es32f369x/libraries/CMSIS/Device/EastSoft/ES32F36xx/Include/ |
| A D | es32f36xx.h | 3723 #define TIMER5 BS16T1 macro 3732 #define TIMER5 BS16T1 macro
|
| /bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Include/ |
| A D | rk2108.h | 1061 #define TIMER5 ((struct TIMER_REG *) TIMER5_BASE) macro 1103 …instance) == TIMER2) || ((instance) == TIMER3) || ((instance) == TIMER4) || ((instance) == TIMER5))
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/ |
| A D | msp432e401y.h | 2222 #define TIMER5 ((TIMER0_Type *) TIMER5_BASE) macro
|
| A D | msp432e411y.h | 2324 #define TIMER5 ((TIMER0_Type *) TIMER5_BASE) macro
|
Completed in 276 milliseconds