Home
last modified time | relevance | path

Searched refs:IOC_PWM_FREQ (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/beeper/
A Dbeeper.c21 ret = ioctl(fd, IOC_PWM_FREQ, (unsigned long)frequency); in beeper_start()
47 ret = ioctl(fd, IOC_PWM_FREQ, (unsigned long)freq); in beeper_stop()
/AliOS-Things-master/components/drivers/peripheral/pwm/include/vfsdev/
A Dpwm_dev.h24 #define IOC_PWM_FREQ IOC_PWM_BASE + 3 /**< 设置PWM的输出频率 */ macro
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_pwm.c42 ret = ioctl(*p_fd, IOC_PWM_FREQ, (unsigned long)pwm->config.freq); in aos_hal_pwm_init()
133 ret = ioctl(*p_fd, IOC_PWM_FREQ, (unsigned long)para.freq); in aos_hal_pwm_para_chg()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/musicbox/
A Dmusicbox.c140 ret = ioctl(fd, IOC_PWM_FREQ, (unsigned long)frequency); in tone()
166 ret = ioctl(fd, IOC_PWM_FREQ, (unsigned long)freq); in noTone()
/AliOS-Things-master/components/drivers/peripheral/pwm/example/
A Dpwm_example.c30 ret = ioctl(fd, IOC_PWM_FREQ, (unsigned long)freq); in vfs_pwm_test()
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm_dev.c62 case IOC_PWM_FREQ: in pwm_device_ioctl()

Completed in 13 milliseconds