RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
ufunction_ops结构体 参考

#include <usb_device.h>

成员变量

rt_err_t(* enable )(struct ufunction *func)
 
rt_err_t(* disable )(struct ufunction *func)
 
rt_err_t(* sof_handler )(struct ufunction *func)
 

详细描述

在文件 usb_device.h166 行定义.

结构体成员变量说明

◆ enable

rt_err_t(* ufunction_ops::enable) (struct ufunction *func)

在文件 usb_device.h168 行定义.

◆ disable

rt_err_t(* ufunction_ops::disable) (struct ufunction *func)

在文件 usb_device.h169 行定义.

◆ sof_handler

rt_err_t(* ufunction_ops::sof_handler) (struct ufunction *func)

在文件 usb_device.h170 行定义.