AG903ライブラリリファレンス
内容インデックスホーム
前へ上へ次へ
usb_cs_descriptor 構造体
Syntax
C++
struct usb_cs_descriptor { udi_ubit8_t bLength; udi_ubit8_t bDescriptorType; udi_ubit8_t* pbData; };

usbc_main.h

メンバ 
説明 
udi_ubit8_t bLength; 
Size of this descriptor in bytes 
udi_ubit8_t bDescriptorType; 
descriptor type (assigned by USB) 
udi_ubit8_t* pbData; 
Pointer of specific data 

クラスSpecificディスクリプタを保持する構造体 

生成タイミング : デバイス接続時 

削除タイミング : デバイス切断時

Copyright (c) 2017-2025 Axell Corporation. All rights reserved.