STM32_USB_Host_Library
USBH_DeviceTypeDef
is only used within STM32_USB_Host_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Host_Library
USBH_DeviceTypeDef
USBH_DeviceTypeDef struct
Syntax
Show:
Summary
Declaration
from
usbh_def.h:431
typedef
struct
{
uint8_t
CfgDesc_Raw
[
USBH_MAX_SIZE_CONFIGURATION
]
;
uint8_t
Data
[
USBH_MAX_DATA_BUFFER
]
;
uint8_t
address
;
uint8_t
speed
;
uint8_t
EnumCnt
;
uint8_t
RstCnt
;
__IO
uint8_t
is_connected
;
__IO
uint8_t
is_disconnected
;
__IO
uint8_t
is_ReEnumerated
;
uint8_t
PortEnabled
;
uint8_t
current_interface
;
USBH_DevDescTypeDef
DevDesc
;
USBH_CfgDescTypeDef
CfgDesc
;
}
USBH_DeviceTypeDef
;
Fields
Field
Declared as
USBH_DeviceTypeDef::CfgDesc_Raw
uint8_t
[
USBH_MAX_SIZE_CONFIGURATION
]
USBH_DeviceTypeDef::Data
uint8_t
[
USBH_MAX_DATA_BUFFER
]
USBH_DeviceTypeDef::address
uint8_t
USBH_DeviceTypeDef::speed
uint8_t
USBH_DeviceTypeDef::EnumCnt
uint8_t
USBH_DeviceTypeDef::RstCnt
uint8_t
USBH_DeviceTypeDef::is_connected
__IO
uint8_t
USBH_DeviceTypeDef::is_disconnected
__IO
uint8_t
USBH_DeviceTypeDef::is_ReEnumerated
__IO
uint8_t
USBH_DeviceTypeDef::PortEnabled
uint8_t
USBH_DeviceTypeDef::current_interface
uint8_t
USBH_DeviceTypeDef::DevDesc
USBH_DevDescTypeDef
USBH_DeviceTypeDef::CfgDesc
USBH_CfgDescTypeDef
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out