Searched refs:PWM_CH0_DIV_FRAC_LSB (Results 1 – 3 of 3) sorted by relevance
186 c->div = (((uint)div_int) << PWM_CH0_DIV_INT_LSB) | (((uint)div_frac4) << PWM_CH0_DIV_FRAC_LSB); in pwm_config_set_clkdiv_int_frac4()453 …_num].div = (((uint)div_int) << PWM_CH0_DIV_INT_LSB) | (((uint)div_frac4) << PWM_CH0_DIV_FRAC_LSB); in pwm_set_clkdiv_int_frac4()
112 #define PWM_CH0_DIV_FRAC_LSB _u(0) macro