上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 621 下一页

2022年11月1日

摘要: /* Function Prototypes: */ /** Main function to initialize and start the USB interface. Once active, the USB interface will * allow for device connect 阅读全文
posted @ 2022-11-01 19:34 lydstory 阅读(47) 评论(0) 推荐(0)
摘要: enum USB_Modes_t { USB_MODE_None = 0, /**< Indicates that the controller is currently not initialized in any specific USB mode. */ USB_MODE_Device = 1 阅读全文
posted @ 2022-11-01 19:29 lydstory 阅读(107) 评论(0) 推荐(0)
摘要: 文件universal serial Bus HID Usage Table完整列出所有的usage pages(用途类页)和usage ID(用途识别名),使用者必须遵照文件的规范来声明操作的用途。该文件的附录A有十多个报告描述符的范例 阅读全文
posted @ 2022-11-01 16:20 lydstory 阅读(107) 评论(0) 推荐(0)
摘要: USB/HID设备报告描述符详解 (3) USB描述符即USB设备的信息,系统设备列举所要执行的工作之一,即是取得这些有关于设各的相关信息,之后设备才能被系统识别使用。 在图的描述符中,设备描述符(device descriptor)、配置描述符(configurationdescriptor)、接 阅读全文
posted @ 2022-11-01 16:00 lydstory 阅读(1423) 评论(0) 推荐(0)
摘要: usb report description usb report description usb report description 调整report description 阅读全文
posted @ 2022-11-01 15:48 lydstory 阅读(45) 评论(0) 推荐(0)
摘要: 结构体中的冒号表示位域。位域出现的原因是由于某些信息的存储表示只需要几个bit位就可以表示而不需要一个完整的字节,同时也是为了节省存储空间和方便处理。其表示形式为:struct 位域结构名{ 类型说明符 位域名:位域长度}例如:struct bit_struct{ int bit1:3; int b 阅读全文
posted @ 2022-11-01 15:46 lydstory 阅读(412) 评论(0) 推荐(0)
摘要: ST-Link与stm32必须全部启动连接 debug ST-Link与stm32必须全部启动连接 debug ST-Link与stm32必须全部启动连接 debug 阅读全文
posted @ 2022-11-01 03:34 lydstory 阅读(27) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include <iostream> using namespace std; typedef unsigned char uint8_t; /* Following USB Device status */ typedef enum { USBD_OK = 阅读全文
posted @ 2022-11-01 03:24 lydstory 阅读(69) 评论(0) 推荐(0)
摘要: https://www.freesion.com/article/9414775664/ 阅读全文
posted @ 2022-11-01 01:56 lydstory 阅读(25) 评论(0) 推荐(0)
摘要: /*** @brief PCD State structure definition*/typedef enum{ HAL_PCD_STATE_RESET = 0x00, HAL_PCD_STATE_READY = 0x01, HAL_PCD_STATE_ERROR = 0x02, HAL_PCD_ 阅读全文
posted @ 2022-11-01 01:55 lydstory 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 621 下一页

导航