/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_pwm.c | 9 int32_t aos_hal_pwm_init(pwm_dev_t *pwm) in aos_hal_pwm_init() 18 int32_t aos_hal_pwm_start(pwm_dev_t *pwm) in aos_hal_pwm_start() 26 int32_t aos_hal_pwm_stop(pwm_dev_t *pwm) in aos_hal_pwm_stop() 33 int32_t aos_hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in aos_hal_pwm_para_chg() 41 int32_t aos_hal_pwm_finalize(pwm_dev_t *pwm) in aos_hal_pwm_finalize()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | pwm.c | 45 int32_t hal_pwm_init(pwm_dev_t *pwm) in hal_pwm_init() 70 int32_t hal_pwm_start(pwm_dev_t *pwm) in hal_pwm_start() 83 int32_t hal_pwm_stop(pwm_dev_t *pwm) in hal_pwm_stop() 98 int32_t hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in hal_pwm_para_chg() 116 int32_t hal_pwm_finalize(pwm_dev_t *pwm) in hal_pwm_finalize()
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_pwm.c | 16 int32_t aos_hal_pwm_init(pwm_dev_t *pwm) in aos_hal_pwm_init() 69 int32_t aos_hal_pwm_start(pwm_dev_t *pwm) in aos_hal_pwm_start() 94 int32_t aos_hal_pwm_stop(pwm_dev_t *pwm) in aos_hal_pwm_stop() 119 int32_t aos_hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in aos_hal_pwm_para_chg() 149 int32_t aos_hal_pwm_finalize(pwm_dev_t *pwm) in aos_hal_pwm_finalize()
|
/AliOS-Things-master/components/drivers/peripheral/pwm/src/ |
A D | pwm.c | 40 aos_pwm_t *pwm; in aos_pwm_set_attr() local 78 aos_pwm_t *pwm; in aos_pwm_get_attr() local 93 aos_pwm_t *pwm = aos_container_of(dev, aos_pwm_t, dev); in dev_pwm_unregister() local 101 aos_pwm_t *pwm = aos_container_of(ref->dev, aos_pwm_t, dev); in dev_pwm_get() local 110 aos_pwm_t *pwm = aos_container_of(ref->dev, aos_pwm_t, dev); in dev_pwm_put() local 127 aos_status_t aos_pwm_register(aos_pwm_t *pwm) in aos_pwm_register()
|
A D | pwm_csi.c | 10 static void pwm_csi_unregister(aos_pwm_t *pwm) in pwm_csi_unregister() 17 static aos_status_t pwm_csi_startup(aos_pwm_t *pwm) in pwm_csi_startup() 22 static void pwm_csi_shutdown(aos_pwm_t *pwm) in pwm_csi_shutdown() 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/hardware/chip/haas1000/csi/ |
A D | pwm.c | 23 csi_error_t csi_pwm_init(csi_pwm_t *pwm, uint32_t idx) in csi_pwm_init() 28 void csi_pwm_uninit(csi_pwm_t *pwm) in csi_pwm_uninit() 33 csi_error_t csi_pwm_out_config(csi_pwm_t *pwm, uint32_t channel, uint32_t period_us, in csi_pwm_out_config() 51 csi_error_t csi_pwm_out_start(csi_pwm_t *pwm, uint32_t channel) in csi_pwm_out_start() 57 void csi_pwm_out_stop(csi_pwm_t *pwm, uint32_t channel) in csi_pwm_out_stop()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | pwm.c | 49 int32_t hal_pwm_init(pwm_dev_t *pwm) in hal_pwm_init() 89 int32_t hal_pwm_start(pwm_dev_t *pwm) in hal_pwm_start() 108 int32_t hal_pwm_stop(pwm_dev_t *pwm) in hal_pwm_stop() 128 int32_t hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in hal_pwm_para_chg() 148 int32_t hal_pwm_finalize(pwm_dev_t *pwm) in hal_pwm_finalize()
|
/AliOS-Things-master/hardware/chip/haas1000/aos_driver/pwm/ |
A D | pwm.c | 40 static void haas1000_pwm_uninit(haas1000_pwm_t *pwm) in haas1000_pwm_uninit() 45 int haas1000_pwm_out_config(haas1000_pwm_t *pwm, uint32_t channel, uint32_t period_ns, in haas1000_pwm_out_config() 81 static void haas1000_pwm_unregister(aos_pwm_t *pwm) in haas1000_pwm_unregister() 88 static int haas1000_pwm_startup(aos_pwm_t *pwm) in haas1000_pwm_startup() 93 static void haas1000_pwm_shutdown(aos_pwm_t *pwm) in haas1000_pwm_shutdown() 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/csi_driver/pwm/ |
A D | pwm.c | 43 csi_error_t csi_pwm_init(csi_pwm_t *pwm, uint32_t idx) in csi_pwm_init() 57 void csi_pwm_uninit(csi_pwm_t *pwm) in csi_pwm_uninit() 81 csi_error_t csi_pwm_out_config(csi_pwm_t *pwm, uint32_t channel, uint32_t period_us, in csi_pwm_out_config() 143 csi_error_t csi_pwm_out_start(csi_pwm_t *pwm, uint32_t channel) in csi_pwm_out_start() 152 void csi_pwm_out_stop(csi_pwm_t *pwm, uint32_t channel) in csi_pwm_out_stop()
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/ |
A D | hal_stub.c | 25 WEAK int hal_pwm_finalize(pwm_dev_t *pwm) in hal_pwm_finalize() 30 WEAK int hal_pwm_init(pwm_dev_t *pwm) in hal_pwm_init() 36 WEAK int hal_pwm_start(pwm_dev_t *pwm) in hal_pwm_start() 42 WEAK int hal_pwm_stop(pwm_dev_t *pwm) in hal_pwm_stop()
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos_driver/pwm/ |
A D | pwm.c | 166 static void rtl872xd_pwm_unregister(aos_pwm_t *pwm) in rtl872xd_pwm_unregister() 173 static int rtl872xd_pwm_startup(aos_pwm_t *pwm) in rtl872xd_pwm_startup() 178 static void rtl872xd_pwm_shutdown(aos_pwm_t *pwm) in rtl872xd_pwm_shutdown() 184 static int rtl872xd_pwm_apply(aos_pwm_t *pwm, aos_pwm_attr_t const *attr) in rtl872xd_pwm_apply()
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/pwm/ |
A D | main.py | 5 pwm = PWM() variable
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/pwm/ |
A D | main.py | 5 pwm = PWM() variable
|
/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | pwm_test.c | 16 pwm_dev_t pwm = {0, {0.0, 25}, NULL}; in pwm_test_process() local
|
/AliOS-Things-master/components/amp/libjs/ |
A D | generator.js | 24 pwm: 'JSE_HW_ADDON_PWM', property in macro4libjs
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 527 static int8_t board_parse_pwm(cJSON *pwm, char *id) in board_parse_pwm()
|
/AliOS-Things-master/components/amp/services/board_mgr/ |
A D | board_mgr.c | 732 static int8_t board_parse_pwm(cJSON *pwm, char *id) in board_parse_pwm()
|