STM32_USB_Host_Library
USBH_ClassTypeDef
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_ClassTypeDef
USBH_ClassTypeDef struct
Syntax
Show:
Summary
Declaration
from
usbh_def.h:451
typedef
struct
{
const
char
*
Name
;
uint8_t
ClassCode
;
USBH_StatusTypeDef
(
*
Init
)
(
struct
_USBH_HandleTypeDef
*
phost
)
;
USBH_StatusTypeDef
(
*
DeInit
)
(
struct
_USBH_HandleTypeDef
*
phost
)
;
USBH_StatusTypeDef
(
*
Requests
)
(
struct
_USBH_HandleTypeDef
*
phost
)
;
USBH_StatusTypeDef
(
*
BgndProcess
)
(
struct
_USBH_HandleTypeDef
*
phost
)
;
USBH_StatusTypeDef
(
*
SOFProcess
)
(
struct
_USBH_HandleTypeDef
*
phost
)
;
void
*
pData
;
}
USBH_ClassTypeDef
;
Fields
Field
Declared as
USBH_ClassTypeDef::Name
const
char
*
USBH_ClassTypeDef::ClassCode
uint8_t
USBH_ClassTypeDef::Init
USBH_StatusTypeDef
(
*
)
(
struct
_USBH_HandleTypeDef
*
phost
)
USBH_ClassTypeDef::DeInit
USBH_StatusTypeDef
(
*
)
(
struct
_USBH_HandleTypeDef
*
phost
)
USBH_ClassTypeDef::Requests
USBH_StatusTypeDef
(
*
)
(
struct
_USBH_HandleTypeDef
*
phost
)
USBH_ClassTypeDef::BgndProcess
USBH_StatusTypeDef
(
*
)
(
struct
_USBH_HandleTypeDef
*
phost
)
USBH_ClassTypeDef::SOFProcess
USBH_StatusTypeDef
(
*
)
(
struct
_USBH_HandleTypeDef
*
phost
)
USBH_ClassTypeDef::pData
void
*
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