約3,370件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 2024/5/1 -今回の記事では接続されたデバイスのクラスや設定などを認識するための、USBエニュメレーションやUSBディスクリプタに関して説明し、USBの転送方式に関しても説明いたし ...

    2024/3/15 -1. Connect STM32 to computer (powers on STM32) · 2. USB suspend interrupt (USBSUSP) · 3. USB wakeup interrupt (WKUPINT) · 4. USB reset interrupt (USBRST) · 5.

    2024/2/21 -I'm currently trying to understand the USB HID specifications, but my question is why this happens. Does the interrupt interrupt everything on all USB ports? If ...

    2024/4/5 -When interrupt endpoints are created the polling interval mask is calculated based on the interval given in the endpoint descriptor: STM32CubeU5/Middlewares ...

    2024/2/1 -A structure representing the SuperSpeed USB Device Capability descriptor This descriptor is documented in section 9.6. ... Interrupt endpoint.

    2024/3/6 -... Interrupt pipe. Bulk and Isochronous pipes are not used by HID class devices.(4.4). Subclass Code, Description. 0, No Subclass. 1, Boot Interface Subclass. 2 - ...

    2024/3/6 -Select the interrupt priority used by the USBHS D1FIFO ISR. USB Callback, Enter the address of the function. NULL, A user callback function can be defined here.

    2024/4/27 -bInterval: For interrupt and isochronous endpoints, specify the polling interval. 6. String Descriptor. This descriptor provides human-readable text strings to ...

    2024/3/11 -Hi, I'm currently developing a USB microphone-like device that is supposed to support:fs = 48kHzUp to 6 channels24bit/sampleThe USB framework that comes ...

    2024/3/9 -Four different types of transfers can occur on a USB bus: control, bulk, interrupt and isochronous. ... descriptor. String descriptors: In the other ...