条件を指定して検索しています。すべての条件を解除する
2025/6/23 -"interrupt" - Provides reliable data transfer for small payloads. Data sent through an interrupt endpoint is guaranteed to be delivered or generate an error ...
2025/7/3 -The USB driver application can obtain or set the device descriptor and initiate a control transfer or interrupt transfer request by calling the USB DDK API.
2025/5/2 -USB(Universal Serial Bus)は現在最も普及しているインターフェースであり、パソコンや周辺機器等のデバイスを接続するためのシリアルバス規格です。USBはその汎用性 ...
3時間前 -InterruptInEndpoints. Gets an array of objects that represent descriptors associated with USB interrupt IN endpoints that are defined in the alternate setting.
2025/6/1 -Get the USB device descriptor for a given device. This is a non-blocking function; the device descriptor is cached in memory.
1日前 -USB インターフェースはUSB規格に準拠したデータ通信や電力供給を容易にします。優れた汎用性を備え、PC周辺機器、テレビ、ノートパソコン、モニタなど、様々な ...
2025/5/23 -Occasionally after several hours our USBD CDC will get stuck in a state where "CDC_Transmit_FS" always returns "USBD_BUSY" due to the "TxState" flag never being ...
2025/5/23 -For the hardware, most USB host controllers can generate an interrupt when a USB device is plugged in or out, which is achieved by the USB device pulling up ...
2025/5/15 -• The module needs the interrupt of a USB Controller enabled. • The module uses the interrupt of a USB Controller. Set the appropriate interrupt-priority ...
2025/5/9 -A USB device has endpoints that are used for data transfers. On the host side, pipes represent endpoints. This article differentiates between those two terms.