Searched refs:active_cycles (Results 1 – 1 of 1) sorted by relevance
138 void hal_pwm_set_active_cycles(uint32_t channel_in, uint32_t active_cycles) //64 in hal_pwm_set_active_cycles() argument147 reg_val = SET_REG_VAL(reg_val, PWM_ACTIVE_CYCLES_SHIFT, PWM_ACTIVE_CYCLES_WIDTH, active_cycles); in hal_pwm_set_active_cycles()369 unsigned long entire_cycles = 256, active_cycles = 192; in hal_pwm_control() local480 active_cycles = c; in hal_pwm_control()512 temp = SET_BITS(reg_shift, reg_width, temp, active_cycles); in hal_pwm_control()
Completed in 5 milliseconds