STM32_USB_Host_Library
USBH_CtrlTypeDef
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_CtrlTypeDef
USBH_CtrlTypeDef struct
Syntax
Show:
Summary
Declaration
from
usbh_def.h:416
typedef
struct
{
uint8_t
pipe_in
;
uint8_t
pipe_out
;
uint8_t
pipe_size
;
uint8_t
*
buff
;
uint16_t
length
;
uint16_t
timer
;
USB_Setup_TypeDef
setup
;
CTRL_StateTypeDef
state
;
uint8_t
errorcount
;
}
USBH_CtrlTypeDef
;
Fields
Field
Declared as
USBH_CtrlTypeDef::setup
USB_Setup_TypeDef
USBH_CtrlTypeDef::state
CTRL_StateTypeDef
USBH_CtrlTypeDef::errorcount
uint8_t
USBH_CtrlTypeDef::pipe_in
uint8_t
USBH_CtrlTypeDef::pipe_out
uint8_t
USBH_CtrlTypeDef::pipe_size
uint8_t
USBH_CtrlTypeDef::buff
uint8_t
*
USBH_CtrlTypeDef::length
uint16_t
USBH_CtrlTypeDef::timer
uint16_t
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