Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/pwm/include/vfsdev/
A Dpwm_dev.h21 #define IOC_PWM_BASE 'T' macro
22 #define IOC_PWM_ON IOC_PWM_BASE + 1 /**< 使能PWM的输出功能 */
23 #define IOC_PWM_OFF IOC_PWM_BASE + 2 /**< 关闭PWM的输出功能 */
24 #define IOC_PWM_FREQ IOC_PWM_BASE + 3 /**< 设置PWM的输出频率 */
25 #define IOC_PWM_DUTY_CYCLE IOC_PWM_BASE + 4 /**< 设置PWM的输出占空比 */

Completed in 2 milliseconds