Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/pwm/include/aos/
A Dpwm.h34 } aos_pwm_attr_t; typedef
72 aos_status_t aos_pwm_set_attr(aos_pwm_ref_t *ref, aos_pwm_attr_t const *attr);
82 aos_status_t aos_pwm_get_attr(aos_pwm_ref_t *ref, aos_pwm_attr_t *attr);
A Dpwm_core.h49 aos_status_t (*apply)(aos_pwm_t *pwm, aos_pwm_attr_t const *attr);
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm.c37 aos_status_t aos_pwm_set_attr(aos_pwm_ref_t *ref, aos_pwm_attr_t const *attr) in aos_pwm_set_attr()
41 aos_pwm_attr_t l_attr; in aos_pwm_set_attr()
46 memcpy(&l_attr, attr, sizeof(aos_pwm_attr_t)); in aos_pwm_set_attr()
75 aos_status_t aos_pwm_get_attr(aos_pwm_ref_t *ref, aos_pwm_attr_t *attr) in aos_pwm_get_attr()
A Dpwm_csi.c28 static aos_status_t pwm_csi_apply(aos_pwm_t *pwm, aos_pwm_attr_t const *attr) in pwm_csi_apply()
/AliOS-Things-master/components/drivers/peripheral/pwm/example/
A Daos_pwm_example.c27 aos_pwm_attr_t attr; in aos_pwm_cli_cmd()
/AliOS-Things-master/hardware/chip/haas1000/aos_driver/pwm/
A Dpwm.c99 static int haas1000_pwm_apply(aos_pwm_t *pwm, aos_pwm_attr_t const *attr) in haas1000_pwm_apply()
/AliOS-Things-master/hardware/chip/rtl872xd/aos_driver/pwm/
A Dpwm.c184 static int rtl872xd_pwm_apply(aos_pwm_t *pwm, aos_pwm_attr_t const *attr) in rtl872xd_pwm_apply()

Completed in 6 milliseconds