STM32_USB_Host_Library
_CDC_Process::CommItf
is only used within STM32_USB_Host_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Host_Library
_CDC_Process::CommItf
_CDC_Process::CommItf field
Syntax
Show:
Summary
Declaration
from
usbh_cdc.h:347
CDC_CommItfTypedef
CommItf
;
Examples
References
from
examples
Code
Location
Referrer
CDC_CommItfTypedef
CommItf
;
usbh_cdc.h:347
CDC_Handle
->
CommItf
.
NotifEp
=
phost
->
device
.
CfgDesc
.
Itf_Desc
[
interface
]
.
Ep_Desc
[
0
]
.
bEndpointAddress
;
usbh_cdc.c:189
USBH_CDC_InterfaceInit()
CDC_Handle
->
CommItf
.
NotifEpSize
=
phost
->
device
.
CfgDesc
.
Itf_Desc
[
interface
]
.
Ep_Desc
[
0
]
.
wMaxPacketSize
;
usbh_cdc.c:190
USBH_CDC_InterfaceInit()
CDC_Handle
->
CommItf
.
NotifPipe
=
USBH_AllocPipe
(
phost
,
CDC_Handle
->
CommItf
.
NotifEp
)
;
usbh_cdc.c:194
USBH_CDC_InterfaceInit()
(
void
)
USBH_OpenPipe
(
phost
,
CDC_Handle
->
CommItf
.
NotifPipe
,
CDC_Handle
->
CommItf
.
NotifEp
,
usbh_cdc.c:197
USBH_CDC_InterfaceInit()
CDC_Handle
->
CommItf
.
NotifEpSize
)
;
usbh_cdc.c:199
USBH_CDC_InterfaceInit()
(
void
)
USBH_LL_SetToggle
(
phost
,
CDC_Handle
->
CommItf
.
NotifPipe
,
0U
)
;
usbh_cdc.c:201
USBH_CDC_InterfaceInit()
if
(
(
CDC_Handle
->
CommItf
.
NotifPipe
)
!=
0U
)
usbh_cdc.c:271
USBH_CDC_InterfaceDeInit()
(
void
)
USBH_ClosePipe
(
phost
,
CDC_Handle
->
CommItf
.
NotifPipe
)
;
usbh_cdc.c:273
USBH_CDC_InterfaceDeInit()
(
void
)
USBH_FreePipe
(
phost
,
CDC_Handle
->
CommItf
.
NotifPipe
)
;
usbh_cdc.c:274
USBH_CDC_InterfaceDeInit()
CDC_Handle
->
CommItf
.
NotifPipe
=
0U
;
/* Reset the Channel as Free */
usbh_cdc.c:275
USBH_CDC_InterfaceDeInit()
(
void
)
USBH_ClosePipe
(
phost
,
CDC_Handle
->
CommItf
.
NotifPipe
)
;
usbh_cdc.c:445
USBH_CDC_Stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_CDC_Process::CommItf
is read by 3 functions:
All items filtered out
_CDC_Process::CommItf
USBH_CDC_InterfaceInit()
USBH_CDC_InterfaceDeInit()
USBH_CDC_Stop()
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