Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm_csi.c52 aos_status_t aos_pwm_csi_register(aos_pwm_csi_t *pwm_csi) in aos_pwm_csi_register() argument
54 if (!pwm_csi) in aos_pwm_csi_register()
57 pwm_csi->aos_pwm.ops = &pwm_csi_ops; in aos_pwm_csi_register()
59 return aos_pwm_register(&pwm_csi->aos_pwm); in aos_pwm_csi_register()
/AliOS-Things-master/components/drivers/peripheral/pwm/include/aos/
A Dpwm_csi.h28 aos_status_t aos_pwm_csi_register(aos_pwm_csi_t *pwm_csi);
/AliOS-Things-master/components/drivers/peripheral/pwm/
A DREADME.md33 │   │   └── pwm_csi.h
39 ├── pwm_csi.c

Completed in 3 milliseconds