約3,010件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 2024/3/6 -uint8_t iProduct; // Index of String Descriptor describing the product. uint8_t iSerialNumber; // Index of String Descriptor with the device's serial number.

    2024/4/27 -iManufacturer, iProduct, and iSerialNumber are indices to string descriptors. String descriptors give details about the manufacturer, product, and serial number ...

    2024/4/12 -USB 文字列記述子. [アーティクル]; 04/12 ... Index パラメーターはインデックス番号を指定し ... string descriptor langID, // language ID of string pFullUSD, NULL, USD.

    2024/3/15 -containing USB string descriptor values. Can be a list, a dict, or any object which supports subscript indexing with integer keys (USB string descriptor index).

    2024/3/6 -Set the string index values in the device/configuration descriptors (iManufacturer, iConfiguration etc.) to the index of the desired string in the string ...

    2024/3/9 -String descriptors: In the other descriptors string indices are supplied for some fields.These can be used to retrieve descriptive strings, possibly in multiple ...

    2024/4/19 -The main strings are indexes embedded in the device descriptors. Additional strings indexes can be embedded into individual interfaces. Assuming the device ...

    2024/3/24 -2, 0x0200, USB Spec release number (2.00):. with ... Index of string descriptor describing device serial number ... Descriptor: (Short Device Descriptor) Get Device ...

    2024/4/24 -Create a string descriptor node and serial number string descriptor. #define, USBD_DEFINE_CLASS(class_name, class_api, class_priv, class_v_reqs). #define ...

    2024/3/18 -Writing reusable USB device descriptors with some XML, Python, and C. A recent project required me to reuse (once again) my USB HID device driver. This is my ...