Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/pwm/include/aos/
A Dpwm.h43 typedef aos_dev_ref_t aos_pwm_ref_t; /**< PWM设备的引用 */ typedef
53 aos_status_t aos_pwm_get(aos_pwm_ref_t *ref, uint32_t id);
62 void aos_pwm_put(aos_pwm_ref_t *ref);
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);
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm.c22 aos_status_t aos_pwm_get(aos_pwm_ref_t *ref, uint32_t id) in aos_pwm_get()
29 void aos_pwm_put(aos_pwm_ref_t *ref) in aos_pwm_put()
37 aos_status_t aos_pwm_set_attr(aos_pwm_ref_t *ref, aos_pwm_attr_t const *attr) 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()
/AliOS-Things-master/components/drivers/peripheral/pwm/example/
A Daos_pwm_example.c25 aos_pwm_ref_t ref; in aos_pwm_cli_cmd()

Completed in 4 milliseconds