Searched refs:PWM_Stop (Results 1 – 7 of 7) sorted by relevance
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_pwm.h | 39 void PWM_Stop(PWM_TypeDef * PWMx, uint32_t chA, uint32_t chB); //关闭PWM,停止PWM输出
|
| A D | SWM320_pwm.c | 42 PWM_Stop(PWMx, 1, 1); //一些关键寄存器只能在PWM停止时设置 in PWM_Init() 150 void PWM_Stop(PWM_TypeDef * PWMx, uint32_t chA, uint32_t chB) in PWM_Stop() function
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_pwm.c | 208 PWM_Stop(pwm_cfg->PWMx, 1, 0); in swm_pwm_enable() 212 PWM_Stop(pwm_cfg->PWMx, 0, 1); in swm_pwm_enable()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_pwm.h | 92 void PWM_Stop(uint32_t pwm); //关闭PWM,停止PWM输出
|
| A D | SWM341_pwm.c | 120 void PWM_Stop(uint32_t pwm) in PWM_Stop() function
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_pwm_capture.c | 279 PWM_Stop(nu_capture->pwm, 0x1 << nu_capture->u8Channel); in nu_capture_close()
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_pwm.c | 231 PWM_Stop(pwm_cfg->pwm_mask); in swm_pwm_enable()
|
Completed in 14 milliseconds