約1,640件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1年以内
  • 2024/1/17 -The configuration descriptor is obtained from the device through a standard device request (GET_DESCRIPTOR), which is sent as a control transfer by the USB ...

    2024/1/17 -This topic describes the USB_DEVICE_DESCRIPTOR structure and includes information about how a client driver can send a get-descriptor request to obtain the ...

    2023/7/16 -I am using a STM32F401CCU6 chip. For example, this is what happens when a GET_DESCRIPTOR request is made: ... GET DESCRIPTOR (6) Descriptor Index: 0x00 ...

    2024/3/6 -This works on Linux, MacOS and Windows. You need to check GET_DESCRIPTOR responses from captured data. Linux. lsusb.

    2024/2/1 -A collection of alternate settings for a particular USB interface. More... struct, libusb_config_descriptor. A structure representing the standard USB ...

    2023/11/9 -GET_DESCRIPTOR (06), Returns the descriptor table selected by the wValue parameter. 0000 0000b, SET_DESCRIPTOR (07), Sets the specified descriptor value. 1000 ...

    2023/7/8 -To get the descriptor (per spec once the device is configured), issue a GET_DESCRIPTOR request, bmRequestType=10100000b, as this is a class descriptor.

    2023/10/10 -Table of Contents¶. Examples. Simple test. API Reference. adafruit_usb_host_descriptors · get_configuration_descriptor() · get_descriptor() ...

    2023/7/9 -To get the details of these descriptors, use the standard USB GET_DESCRIPTOR, but with an interface recipient. bmRequestType, bRequest, wValue, wIndex, wLength.

    2024/4/22 -I would like to get descriptors for a list of molecules, and right now I have to call calculator.get_descriptors(config) for each molecule separately.