Home
last modified time | relevance | path

Searched refs:TIM_Cmd (Results 1 – 25 of 31) sorted by relevance

12

/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_hwtimer.c58 TIM_Cmd(tim, ENABLE); in timer_start()
69 TIM_Cmd(tim, DISABLE); in timer_stop()
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_hwtimer.c110 TIM_Cmd(hwtimer_dev->periph, ENABLE); in air32_hwtimer_start()
125 TIM_Cmd(hwtimer_dev->periph, DISABLE); in air32_hwtimer_stop()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105_timer.h74 void TIM_Cmd(TIM_Module_TypeDef* TIMMx, TIM_NumTypeDef TIMx, FunctionalState NewState);
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_hwtimer_ch32f10x.c149 TIM_Cmd(hwtimer_dev->periph, ENABLE); in ch32f1_hwtimer_start()
164 TIM_Cmd(hwtimer_dev->periph, DISABLE); in ch32f1_hwtimer_stop()
A Ddrv_hwtimer_ch32f20x.c197 TIM_Cmd(hwtimer_dev->periph, ENABLE); in ch32f2_hwtimer_start()
212 TIM_Cmd(hwtimer_dev->periph, DISABLE); in ch32f2_hwtimer_stop()
A Ddrv_pwm_ch32f10x.c192 TIM_Cmd(pwm_device->periph, ENABLE); in ch32f1_pwm_device_enable()
A Ddrv_pwm_ch32f20x.c313 TIM_Cmd(pwm_device->periph, ENABLE); in ch32f2_pwm_device_enable()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_hwtimer.c223 TIM_Cmd(tim->instance, ENABLE); in ch32_hwtimer_start()
236 TIM_Cmd(tim->instance, DISABLE); in ch32_hwtimer_stop()
A Ddrv_pwm.c763 TIM_Cmd(pwm_device->periph, ENABLE); in ch32_pwm_device_enable()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_tim.h421 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_tim.h421 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_tim.h422 void TIM_Cmd(TIM_TypeDef *TIMx, FunctionalState NewState);
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_tim.h615 void TIM_Cmd(TIM_TypeDef* tim, FunctionalState state);
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_tim.h1027 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_tim.h1054 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_tim.h990 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_tim.h990 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_tim.h1053 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_tim.c338 void TIM_Cmd(TIM_TypeDef* tim, FunctionalState state) in TIM_Cmd() function
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_tim.h942 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_tim.h942 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState);
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_tim.c430 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState) in TIM_Cmd() function
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_tim.c476 void TIM_Cmd(TIM_TypeDef *TIMx, FunctionalState NewState) in TIM_Cmd() function
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_tim.c466 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState) in TIM_Cmd() function
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_tim.c558 void TIM_Cmd(TIM_TypeDef* TIMx, FunctionalState NewState) in TIM_Cmd() function

Completed in 65 milliseconds

12