Home
last modified time | relevance | path

Searched refs:PWM_SetHDuty (Results 1 – 6 of 6) sorted by relevance

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_pwm.h43 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty); //设置高电平时长
A DSWM320_pwm.c226 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty) in PWM_SetHDuty() function
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_pwm.c275 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 DSWM341_pwm.h108 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty); //设置高电平时长
A DSWM341_pwm.c332 void PWM_SetHDuty(PWM_TypeDef * PWMx, uint32_t chn, uint16_t hduty) in PWM_SetHDuty() function
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_pwm.c272 PWM_SetHDuty(pwm_cfg->PWMx, configuration->channel, pulse); in swm_pwm_set()

Completed in 10 milliseconds