| /bsp/wch/arm/Libraries/ch32_drivers/ |
| A D | drv_hwtimer_ch32f20x.c | 165 TIM_ITConfig(hwtimer_dev->periph, TIM_IT_Update, ENABLE); in ch32f2_hwtimer_init() 166 TIM_ClearITPendingBit(hwtimer_dev->periph, TIM_IT_Update); in ch32f2_hwtimer_init() 450 TIM_ClearITPendingBit(hwtimer_device1.periph, TIM_IT_Update); in TIM1_UP_IRQHandler() 466 TIM_ClearITPendingBit(hwtimer_device2.periph, TIM_IT_Update); in TIM2_IRQHandler() 482 TIM_ClearITPendingBit(hwtimer_device3.periph, TIM_IT_Update); in TIM3_IRQHandler() 498 TIM_ClearITPendingBit(hwtimer_device4.periph, TIM_IT_Update); in TIM4_IRQHandler() 514 TIM_ClearITPendingBit(hwtimer_device5.periph, TIM_IT_Update); in TIM5_IRQHandler() 530 TIM_ClearITPendingBit(hwtimer_device6.periph, TIM_IT_Update); in TIM6_IRQHandler() 546 TIM_ClearITPendingBit(hwtimer_device7.periph, TIM_IT_Update); in TIM7_IRQHandler() 562 TIM_ClearITPendingBit(hwtimer_device8.periph, TIM_IT_Update); in TIM8_UP_IRQHandler() [all …]
|
| A D | drv_hwtimer_ch32f10x.c | 117 TIM_ITConfig(hwtimer_dev->periph, TIM_IT_Update, ENABLE); in ch32f1_hwtimer_init() 118 TIM_ClearITPendingBit(hwtimer_dev->periph, TIM_IT_Update); in ch32f1_hwtimer_init() 310 if (TIM_GetITStatus(hwtimer_device1.periph, TIM_IT_Update) == SET) in TIM1_UP_IRQHandler() 312 TIM_ClearITPendingBit(hwtimer_device1.periph, TIM_IT_Update); in TIM1_UP_IRQHandler() 326 if (TIM_GetITStatus(hwtimer_device2.periph, TIM_IT_Update) == SET) in TIM2_IRQHandler() 328 TIM_ClearITPendingBit(hwtimer_device2.periph, TIM_IT_Update); in TIM2_IRQHandler() 342 if (TIM_GetITStatus(hwtimer_device3.periph, TIM_IT_Update) == SET) in TIM3_IRQHandler() 344 TIM_ClearITPendingBit(hwtimer_device3.periph, TIM_IT_Update); in TIM3_IRQHandler() 358 if (TIM_GetITStatus(hwtimer_device4.periph, TIM_IT_Update) == SET) in TIM4_IRQHandler() 360 TIM_ClearITPendingBit(hwtimer_device4.periph, TIM_IT_Update); in TIM4_IRQHandler()
|
| /bsp/airm2m/air32f103/libraries/rt_drivers/ |
| A D | drv_hwtimer.c | 78 TIM_ITConfig(hwtimer_dev->periph, TIM_IT_Update, ENABLE); in air32_hwtimer_init() 79 TIM_ClearITPendingBit(hwtimer_dev->periph, TIM_IT_Update); in air32_hwtimer_init() 271 if (TIM_GetITStatus(hwtimer_device1.periph, TIM_IT_Update) == SET) in TIM1_UP_IRQHandler() 273 TIM_ClearITPendingBit(hwtimer_device1.periph, TIM_IT_Update); in TIM1_UP_IRQHandler() 287 if (TIM_GetITStatus(hwtimer_device2.periph, TIM_IT_Update) == SET) in TIM2_IRQHandler() 289 TIM_ClearITPendingBit(hwtimer_device2.periph, TIM_IT_Update); in TIM2_IRQHandler() 303 if (TIM_GetITStatus(hwtimer_device3.periph, TIM_IT_Update) == SET) in TIM3_IRQHandler() 305 TIM_ClearITPendingBit(hwtimer_device3.periph, TIM_IT_Update); in TIM3_IRQHandler() 319 if (TIM_GetITStatus(hwtimer_device4.periph, TIM_IT_Update) == SET) in TIM4_IRQHandler() 321 TIM_ClearITPendingBit(hwtimer_device4.periph, TIM_IT_Update); in TIM4_IRQHandler()
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_hwtimer.c | 193 TIM_ClearITPendingBit(tim->instance, TIM_IT_Update); in ch32_hwtimer_init() 194 TIM_ITConfig(tim->instance, TIM_IT_Update, ENABLE); in ch32_hwtimer_init() 354 if(TIM_GetITStatus(hwtimer->handle.instance, TIM_IT_Update) != RESET) in ch32_hwtimer_isr() 357 TIM_ClearITPendingBit(hwtimer->handle.instance, TIM_IT_Update); in ch32_hwtimer_isr()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_tim.h | 561 #define TIM_IT_Update ((uint16_t)0x0001) macro 571 #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_Update) || \
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_tim.h | 566 #define TIM_IT_Update ((uint16_t)0x0001) macro 576 #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_Update) || \
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_tim.h | 502 #define TIM_IT_Update ((uint16_t)0x0001) macro 512 #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_Update) || \
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_tim.h | 502 #define TIM_IT_Update ((uint16_t)0x0001) macro 512 #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_Update) || \
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_tim.h | 565 #define TIM_IT_Update ((uint16_t)0x0001) macro 575 #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_Update) || \
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_tim.h | 428 #define TIM_IT_Update ((uint16_t)0x0001) macro 444 #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_Update) || \
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_tim.h | 428 #define TIM_IT_Update ((uint16_t)0x0001) macro 444 #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_Update) || \
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_tim.h | 228 #define TIM_IT_Update ((uint16_t)0x0001) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_tim.h | 228 #define TIM_IT_Update ((uint16_t)0x0001) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_tim.h | 230 #define TIM_IT_Update ((uint16_t)0x0001) macro
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_tim.h | 397 TIM_IT_Update = TIM_DIER_UI, ///< TIM update Interrupt source enumerator
|