STM32_USB_Host_Library
_CDC_Process::LineCoding
is only used within STM32_USB_Host_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::LineCoding
_CDC_Process::LineCoding field
Syntax
Show:
Summary
Declaration
from
usbh_cdc.h:354
CDC_LineCodingTypeDef
LineCoding
;
Examples
References
from
examples
Code
Location
Referrer
CDC_LineCodingTypeDef
LineCoding
;
usbh_cdc.h:354
status
=
GetLineCoding
(
phost
,
&
CDC_Handle
->
LineCoding
)
;
usbh_cdc.c:314
USBH_CDC_ClassRequest()
req_status
=
GetLineCoding
(
phost
,
&
(
CDC_Handle
->
LineCoding
)
)
;
usbh_cdc.c:370
USBH_CDC_Process()
if
(
(
CDC_Handle
->
LineCoding
.
b
.
bCharFormat
==
CDC_Handle
->
pUserLineCoding
->
b
.
bCharFormat
)
&&
usbh_cdc.c:376
USBH_CDC_Process()
(
CDC_Handle
->
LineCoding
.
b
.
bDataBits
==
CDC_Handle
->
pUserLineCoding
->
b
.
bDataBits
)
&&
usbh_cdc.c:377
USBH_CDC_Process()
(
CDC_Handle
->
LineCoding
.
b
.
bParityType
==
CDC_Handle
->
pUserLineCoding
->
b
.
bParityType
)
&&
usbh_cdc.c:378
USBH_CDC_Process()
(
CDC_Handle
->
LineCoding
.
b
.
dwDTERate
==
CDC_Handle
->
pUserLineCoding
->
b
.
dwDTERate
)
)
usbh_cdc.c:379
USBH_CDC_Process()
*
linecoding
=
CDC_Handle
->
LineCoding
;
usbh_cdc.c:536
USBH_CDC_GetLineCoding()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_CDC_Process::LineCoding
is read by 2 functions:
All items filtered out
_CDC_Process::LineCoding
USBH_CDC_Process()
USBH_CDC_GetLineCoding()
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