Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/drivers/
A Ddrv_pwm.c80 if (hal_pwm_control(configuration->channel, &pwm_cfg) != 0) in control()
93 if (hal_pwm_control(configuration->channel, &pwm_cfg) != 0) in control()
112 if (hal_pwm_control(configuration->channel, &pwm_cfg) != 0) in control()
/bsp/allwinner/libraries/sunxi-hal/hal/test/pwm/
A Dtest_pwm.c71 hal_pwm_control(port, config); in cmd_test_pwm()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_pwm.h134 pwm_status_t hal_pwm_control(int channel, struct pwm_config *config_pwm);
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/
A Ddisp_sys_intf.c689 ret = hal_pwm_control(pwm_dev->pwm_channel_id, &pwm_dev->cfg); in disp_sys_pwm_enable()
711 ret = hal_pwm_control(pwm_dev->pwm_channel_id, &pwm_dev->cfg); in disp_sys_pwm_disable()
733 ret = hal_pwm_control(pwm_dev->pwm_channel_id, &pwm_dev->cfg); in disp_sys_pwm_config()
/bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/
A Dhal_pwm.c362 pwm_status_t hal_pwm_control(int channel, struct pwm_config *config_pwm) in hal_pwm_control() function

Completed in 7 milliseconds