/**@file hid.h * @brief hid驱动头文件(做主机) * @details 结构体声明,功能函数声明 * @author jieli * @date 2021-9-1 * @version V1.0 * @copyright Copyright(c)2010-2021 珠海市杰理科技股份有限公司 ********************************************************* * @attention * 硬件平台:AC632N * SDK版本:AC632N_V1.0.0_SDK * @修改日志: * *
Date Version Author Description *
2021-9-1 1.0 jieli 创建初始版本 *
* ********************************************************* */ #ifndef __HID_H__ #define __HID_H__ #include "system/task.h" #include "device/device.h" #include "usb/scsi.h" #include "usb_bulk_transfer.h" #include "usb/host/usb_host.h" /**@struct report_info_t * @brief 报告描述符包含的信息结构体\n * 自定义一些私有数据信息存储在该结构体中 */ struct report_info_t { u8 report_id; ///