Searched refs:PWM_CH_B (Results 1 – 5 of 5) sorted by relevance
193 else if(chn == PWM_CH_B) in PWM_SetCycle()211 else if(chn == PWM_CH_B) in PWM_GetCycle()230 else if(chn == PWM_CH_B) in PWM_SetHDuty()248 else if(chn == PWM_CH_B) in PWM_GetHDuty()267 else if(chn == PWM_CH_B) in PWM_SetDeadzone()285 else if(chn == PWM_CH_B) in PWM_GetDeadzone()
34 #define PWM_CH_B 1 macro
210 if (PWM_CH_B == configuration->channel) in swm_pwm_enable()221 if (PWM_CH_B == configuration->channel) in swm_pwm_enable()
43 #define PWM_CH_B 1 macro
276 PWM_SetHDuty(pwm_cfg->PWMx, PWM_CH_B, pulse); in swm_pwm_set()
Completed in 30 milliseconds