Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/
A Dhal_pwm.c303 PWM_INFO("pwm init start"); in hal_pwm_init()
338 PWM_INFO("pwm init end "); in hal_pwm_init()
358 PWM_INFO("pwm deinit end"); in hal_pwm_deinit()
364 PWM_INFO("pwm control start"); in hal_pwm_control()
375 PWM_INFO("period_ns = %ld", config_pwm->period_ns); in hal_pwm_control()
376 PWM_INFO("duty_ns = %ld", config_pwm->duty_ns); in hal_pwm_control()
377 PWM_INFO("polarity = %d", config_pwm->polarity); in hal_pwm_control()
378 PWM_INFO("channel = %d", channel); in hal_pwm_control()
523 PWM_INFO("pwm control end "); in hal_pwm_control()
545 PWM_INFO("hal pwm resume"); in hal_pwm_resume()
[all …]
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_pwm.h49 #define PWM_INFO(fmt, arg...) hal_log_info(fmt, ##arg) macro
51 #define PWM_INFO(fmt, arg...) do {}while(0)

Completed in 6 milliseconds