Searched refs:TIMR_Init (Results 1 – 6 of 6) sorted by relevance
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_timr.h | 7 void TIMR_Init(TIMR_TypeDef * TIMRx, uint32_t mode, uint32_t period, uint32_t int_en); //定时器/计数器初始化
|
| A D | SWM320_timr.c | 35 void TIMR_Init(TIMR_TypeDef * TIMRx, uint32_t mode, uint32_t period, uint32_t int_en) in TIMR_Init() function
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_hwtimer.c | 163 TIMR_Init(hwtimer_cfg->TIMRx, TIMR_MODE_TIMER, SystemCoreClock, 1); in swm_timer_configure() 225 TIMR_Init(hwtimer_cfg->TIMRx, TIMR_MODE_TIMER, SystemCoreClock / freq, 1); in swm_timer_control()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_timr.h | 10 void TIMR_Init(TIMR_TypeDef * TIMRx, uint32_t mode, uint16_t prediv, uint32_t period, uint32_t int_…
|
| A D | SWM341_timr.c | 37 void TIMR_Init(TIMR_TypeDef * TIMRx, uint32_t mode, uint16_t prediv, uint32_t period, uint32_t int_… in TIMR_Init() function
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_hwtimer.c | 341 TIMR_Init(hwtimer_cfg->TIMRx, TIMR_MODE_TIMER, CyclesPerUs, 1000000, 1); in swm_timer_configure() 403 TIMR_Init(hwtimer_cfg->TIMRx, TIMR_MODE_TIMER, CyclesPerUs, freq, 1); in swm_timer_control()
|
Completed in 10 milliseconds