Ux_Device_MSC
__USBD_FRAMEWORK_SET_IF
is only used within Ux_Device_MSC.
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_MSC
__USBD_FRAMEWORK_SET_IF
__USBD_FRAMEWORK_SET_IF macro
Syntax
Show:
Summary
Declaration
from
ux_device_descriptors.h:297
#define
__USBD_FRAMEWORK_SET_IF
(
ifnum
,
alt
,
eps
,
class
,
subclass
,
protocol
,
istring
)
do
{
\
\
pIfDesc
=
(
(
USBD_IfDescTypedef
*
)
(
(
uint32_t
)
pConf
+
*
Sze
)
)
;
\
pIfDesc
->
bLength
=
(
uint8_t
)
sizeof
(
USBD_IfDescTypedef
)
;
\
pIfDesc
->
bDescriptorType
=
USB_DESC_TYPE_INTERFACE
;
\
pIfDesc
->
bInterfaceNumber
=
(
ifnum
)
;
\
pIfDesc
->
bAlternateSetting
=
(
alt
)
;
\
pIfDesc
->
bNumEndpoints
=
(
eps
)
;
\
pIfDesc
->
bInterfaceClass
=
(
class
)
;
\
pIfDesc
->
bInterfaceSubClass
=
(
subclass
)
;
\
pIfDesc
->
bInterfaceProtocol
=
(
protocol
)
;
\
pIfDesc
->
iInterface
=
(
istring
)
;
\
*
Sze
+=
(
uint32_t
)
sizeof
(
USBD_IfDescTypedef
)
;
\
}
while
(
0
)
Arguments
Argument
ifnum
alt
eps
class
subclass
protocol
istring
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