Searched refs:PWM_SetHDuty (Results 1 – 6 of 6) sorted by relevance
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_pwm.h | 43 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty); //设置高电平时长
|
| A D | SWM320_pwm.c | 226 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty) in PWM_SetHDuty() function
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_pwm.c | 275 PWM_SetHDuty(pwm_cfg->PWMx, PWM_CH_A, pulse); in swm_pwm_set() 276 PWM_SetHDuty(pwm_cfg->PWMx, PWM_CH_B, pulse); in swm_pwm_set()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_pwm.h | 108 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty); //设置高电平时长
|
| A D | SWM341_pwm.c | 332 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty) in PWM_SetHDuty() function
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_pwm.c | 272 PWM_SetHDuty(pwm_cfg->PWMx, configuration->channel, pulse); in swm_pwm_set()
|
Completed in 10 milliseconds