Searched refs:aos_pwm_attr_t (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/drivers/peripheral/pwm/include/aos/ |
A D | pwm.h | 34 } 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 D | pwm_core.h | 49 aos_status_t (*apply)(aos_pwm_t *pwm, aos_pwm_attr_t const *attr);
|
/AliOS-Things-master/components/drivers/peripheral/pwm/src/ |
A D | pwm.c | 37 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 D | pwm_csi.c | 28 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 D | aos_pwm_example.c | 27 aos_pwm_attr_t attr; in aos_pwm_cli_cmd()
|
/AliOS-Things-master/hardware/chip/haas1000/aos_driver/pwm/ |
A D | pwm.c | 99 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 D | pwm.c | 184 static int rtl872xd_pwm_apply(aos_pwm_t *pwm, aos_pwm_attr_t const *attr) in rtl872xd_pwm_apply()
|
Completed in 6 milliseconds