Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/
A Dhal_pwm.c372 unsigned int reg_clk_src_shift, reg_clk_src_width; in hal_pwm_control() local
416 reg_clk_src_width = PWM_CLK_SRC_WIDTH; in hal_pwm_control()
431 temp = SET_BITS(reg_clk_src_shift, reg_clk_src_width, temp, 1);/*clock source*/ in hal_pwm_control()
443 temp = SET_BITS(reg_clk_src_shift, reg_clk_src_width, temp, 1); in hal_pwm_control()
453 temp = SET_BITS(reg_clk_src_shift, reg_clk_src_width, temp, 0); in hal_pwm_control()

Completed in 4 milliseconds