Home
last modified time | relevance | path

Searched refs:pwm_config_t (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_pwm.h24 } pwm_config_t; typedef
28 pwm_config_t config; /**< spi config */
67 int32_t aos_hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para);
/AliOS-Things-master/components/drivers/peripheral/pwm/include/aos/hal/
A Dpwm.h24 } pwm_config_t; typedef
28 pwm_config_t config; /**< spi config */
67 int32_t hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para);
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dpwm.c34 static void __hal_pwm_pram2cfg(struct HAL_PWM_CFG_T *cfg, pwm_config_t *pram) in __hal_pwm_pram2cfg()
128 int32_t hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in hal_pwm_para_chg()
133 memcpy(&pwm->config, &para, sizeof(pwm_config_t)); in hal_pwm_para_chg()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/pwm/
A Dpwm_test.c17 pwm_config_t config;
19 pwm_config_t testsace_config[PWM_TESTCASE_NUM] = {{.freq = 1000, .duty_cycle = 0.5f},
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_pwm.c33 int32_t aos_hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in aos_hal_pwm_para_chg()
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dpwm_test.c32 pwm_config_t para = {0.0, 25}; in pwm_test_process()
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm_dev.c30 pwm_config_t *config = NULL; in pwm_device_ioctl()
273 __weak int32_t hal_pwm_para_chg(pwm_dev_t *tim, pwm_config_t para) { in hal_pwm_para_chg()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dpwm.c98 int32_t hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in hal_pwm_para_chg()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_pwm.c119 int32_t aos_hal_pwm_para_chg(pwm_dev_t *pwm, pwm_config_t para) in aos_hal_pwm_para_chg()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dpwm.c169 pwm_config_t para; in obj_setOption()
A Dboard_mgr.c535 pwm_config_t *config = (pwm_config_t *)&device.config; in board_parse_pwm()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_pwm.c48 pwm_config_t cfg = { in update_param()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_pwm.c70 pwm_config_t cfg = { in update_param()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/pwm/
A Dmodule_pwm.c203 pwm_config_t para; in native_pwm_setConfig()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_pwm.c70 pwm_config_t cfg = { in update_param()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c740 pwm_config_t *config = (pwm_config_t *)&device.config; in board_parse_pwm()

Completed in 24 milliseconds