New-USB-Device-Class-API.pdf

编号:144838 PDF 30页 134.90KB 下载积分:VIP专享
下载报告请您先登录!

New-USB-Device-Class-API.pdf

1、New USB Device Class API IntroductionEOSS 2023Johann Fischerjohann.fischernordicsemi.nobPrague,Czech Republic/June 27,20231.Contents2/30Contents I1.Status of new USB device support2.API Requirements3.USBD Class Implementation4.Closing2.Status of new USB device support3/30Three UDC drivers and a driv

2、er skeletonNew class implementationsBluetooth HCI USB transport layerUSB CDC ACMUSB CDC ECMUSB Mass Storage ClassClasses that need to be portedAudio(WIP)HID(WIP)USB DFURNDIS-CDC NCMMass Storage Class3.API Requirements4/30Function Example(Device is in configured state)USB device controllerUSB device

3、supportCDC ACM implementationVirtual UART interfaceZephyr applicationUSB host controllerUSB host supportCDC ACM DriverVirtual UART interfaceRemote applicationSerial connectionUSB connectione.g./dev/ttyACM1compatible=zephyr,cdc-acm-uart;USBD Class APICDC ACM Implementationprovides serial functionalit

4、yto the hostControl PipeInterrupt INBulk IN/OUT3.API Requirements5/30Class implementation provides some functionality to the hostCommunication flow through Control,Interrupt,Bulk.pipesInterface descriptors describe implementation interface3.API Requirements6/30/*Fancyinterfacedescriptor*/staticstruc

5、tfoo_iface_desc structusb_if_descriptorif0;structusb_if_descriptorif1;structusb_ep_descriptorif1_in_ep;structusb_ep_descriptorif1_out_ep;struct usb_desc_header term_desc;_packed foo_desc=.if0=.bLength=sizeof(structusb_if_descriptor),.bDescriptorType=USB_DESC_INTERFACE,.bInterfaceNumber=0,.bAlternate

6、Setting=0,.bNumEndpoints=0,.bInterfaceClass=USB_BCC_VENDOR,.bInterfaceSubClass=0,.bInterfaceProtocol=0,.iInterface=0,.if1=.bLength=sizeof(structusb_if_descriptor),.bDescriptorType=USB_DESC_INTERFACE,.bInterfaceNumber=0,.bAlternateSetting=1,.bNumEndpoints=2,/*/.bInterfaceClass=USB_BCC_VENDOR,.bInterf

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(New-USB-Device-Class-API.pdf)为本站 (2200) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠