Ux_Device_DFU
USBD_FrameWork_AddClass()
is only used within Ux_Device_DFU.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Ux_Device_DFU
USBD_FrameWork_AddClass()
USBD_FrameWork_AddClass() function
USBD_FrameWork_AddClass Register a class in the class builder
Syntax
Show:
Summary
Declaration
Definition
from
ux_device_descriptors.c:110
static
uint8_t
USBD_FrameWork_AddClass
(
USBD_DevClassHandleTypeDef
*
pdev
,
USBD_CompositeClassTypeDef
class
,
uint8_t
cfgidx
,
uint8_t
Speed
,
uint8_t
*
pCmpstConfDesc
)
;
Implemented in
ux_device_descriptors.c:420
Arguments
Argument
Description
pdev
device instance
class
type of the class to be added (from USBD_CompositeClassTypeDef)
cfgidx
configuration index
Speed
pCmpstConfDesc
Return value
status
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