结构体 | |
struct | aos_pwm_attr_t |
类型定义 | |
typedef aos_dev_ref_t | aos_pwm_ref_t |
枚举 | |
enum | aos_pwm_polarity_t { AOS_PWM_POLARITY_NORMAL , AOS_PWM_POLARITY_INVERSE } |
函数 | |
aos_status_t | aos_pwm_get (aos_pwm_ref_t *ref, uint32_t id) |
void | aos_pwm_put (aos_pwm_ref_t *ref) |
aos_status_t | aos_pwm_set_attr (aos_pwm_ref_t *ref, aos_pwm_attr_t const *attr) |
aos_status_t | aos_pwm_get_attr (aos_pwm_ref_t *ref, aos_pwm_attr_t *attr) |