RXduino  1.20a
RXduinoマニュアル 最終更新日 平成26年6月29日
Public 変数 | すべてのメンバ一覧
構造体 USBHostInfo_t

USBホストの情報が格納された構造体 [詳細]

#include <tkusbhost.h>

Public 変数

DeviceDesc_t DeviceDesc
 ターゲットデバイスのデバイスディスクリプタ
 
ConfigDesc_t ConfigDesc
 ターゲットデバイスのコンフィグディスクリプタ
 
EndpointDesc_t EndpointDesc
 ターゲットデバイスのエンドポイントディスクリプタ
 
InterfaceDesc_t InterfaceDesc
 ターゲットデバイスのインタフェースディスクリプタ
 
unsigned short LangId
 ターゲットデバイスの言語ID
 
unsigned char FullSpeed
 1:Fullspeed, 0:Lowspeed
 
unsigned char DCPMaxSize
 デフォルトコントロールパイプの最大サイズ
 

説明

USBホストの情報が格納された構造体

tkusbhost.h97 行で定義されています。