STM32_USB_Device_Library
+
0
/56 examples
SourceVu will show references to
LOBYTE
from the following samples and libraries:
Examples
STM32F4-Discovery
Demonstrations
STM32F401-Discovery
Demonstrations
STM32F411E-Discovery
Demonstrations
STM32446E_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324xG_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
STM32F412G-Discovery
Demonstrations
STemWin
Applications
USB_Device
HID_Standalone
MSC_Standalone
STM32F413H-Discovery
Demonstrations
STemWin
Applications
USB_Device
DFU_Standalone
HID_BCD_Standalone
HID_Standalone
MSC_Standalone
STM32469I-Discovery
Applications
USB_Device
AUDIO_Standalone
DFU_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM32469I_EVAL
Applications
USB_Device
CDC_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324x9I_EVAL
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
Demonstrations
STemWin
MB1046
MB1063
STM32F412ZG-Nucleo
Applications
USB_Device
HID_Standalone
STM32F413ZH-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
MSC_Standalone
STM32F429ZI-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
STM32F446ZE-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
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
STM32_USB_Device_Library
LOBYTE
LOBYTE macro
Syntax
Show:
Summary
Declaration
from
usbd_def.h:441
#define
LOBYTE
(
x
)
(
(
uint8_t
)
(
(
x
)
&
0x00FFU
)
)
Arguments
Argument
x
Examples
LOBYTE
is referenced by 56 libraries and example projects:
Examples
STM32F4-Discovery
Demonstrations
STM32F401-Discovery
Demonstrations
STM32F411E-Discovery
Demonstrations
STM32446E_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324xG_EVAL
Demonstrations
STemWin
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
STM32F412G-Discovery
Demonstrations
STemWin
Applications
USB_Device
HID_Standalone
MSC_Standalone
STM32F413H-Discovery
Demonstrations
STemWin
Applications
USB_Device
DFU_Standalone
HID_BCD_Standalone
HID_Standalone
MSC_Standalone
STM32469I-Discovery
Applications
USB_Device
AUDIO_Standalone
DFU_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM32469I_EVAL
Applications
USB_Device
CDC_Standalone
DFU_Standalone
DualCore_Standalone
HID_LPM_Standalone
HID_Standalone
MSC_Standalone
STM324x9I_EVAL
Applications
USB_Device
AUDIO_Standalone
CDC_Standalone
CustomHID_Standalone
DFU_Standalone
DualCore_Standalone
HID_Standalone
MSC_Standalone
Demonstrations
STemWin
MB1046
MB1063
STM32F412ZG-Nucleo
Applications
USB_Device
HID_Standalone
STM32F413ZH-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
MSC_Standalone
STM32F429ZI-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
STM32F446ZE-Nucleo
Applications
USB_Device
DFU_Standalone
HID_Standalone
References
from
0/56
examples
Code
Location
#define
LOBYTE
(
x
)
(
(
uint8_t
)
(
(
x
)
&
0x00FFU
)
)
usbd_def.h:441
LOBYTE
(
USB_AUDIO_CONFIG_DESC_SIZ
)
,
/* wTotalLength */
usbd_audio.c:174
LOBYTE
(
CDC_CMD_PACKET_SIZE
)
,
/* wMaxPacketSize */
usbd_cdc.c:232
LOBYTE
(
CDC_DATA_FS_MAX_PACKET_SIZE
)
,
/* wMaxPacketSize */
usbd_cdc.c:253
LOBYTE
(
CDC_DATA_FS_MAX_PACKET_SIZE
)
,
/* wMaxPacketSize */
usbd_cdc.c:262
idx
=
USBD_CoreFindIF
(
pdev
,
LOBYTE
(
pdev
->
request
.
wIndex
)
)
;
usbd_core.c:615
idx
=
USBD_CoreFindEP
(
pdev
,
LOBYTE
(
pdev
->
request
.
wIndex
)
)
;
usbd_core.c:619
if
(
LOBYTE
(
req
->
wIndex
)
<=
USBD_MAX_NUM_INTERFACES
)
usbd_ctlreq.c:181
idx
=
USBD_CoreFindIF
(
pdev
,
LOBYTE
(
req
->
wIndex
)
)
;
usbd_ctlreq.c:184
ep_addr
=
LOBYTE
(
req
->
wIndex
)
;
usbd_ctlreq.c:244
pbuf
=
pdev
->
pClass
[
idx
]
->
GetUsrStrDescriptor
(
pdev
,
LOBYTE
(
req
->
wValue
)
,
&
len
)
;
usbd_ctlreq.c:566
LOBYTE
(
USB_CUSTOM_HID_CONFIG_DESC_SIZ
)
,
/* wTotalLength: Bytes returned */
usbd_customhid.c:139
LOBYTE
(
USBD_CUSTOM_HID_REPORT_DESC_SIZE
)
,
/* wItemLength: Total length of Report descriptor */
usbd_customhid.c:173
LOBYTE
(
CUSTOM_HID_EPIN_SIZE
)
,
/* wMaxPacketSize: 2 Bytes max */
usbd_customhid.c:182
LOBYTE
(
CUSTOM_HID_EPOUT_SIZE
)
,
/* wMaxPacketSize: 2 Bytes max */
usbd_customhid.c:191
LOBYTE
(
USBD_CUSTOM_HID_REPORT_DESC_SIZE
)
,
/* wItemLength: Total length of Report descriptor */
usbd_customhid.c:210
LOBYTE
(
MSC_MAX_FS_PACKET
)
,
usbd_msc.c:166
LOBYTE
(
MSC_MAX_FS_PACKET
)
,
usbd_msc.c:174
Call Tree
from
0/56
examples
All items filtered out
All items filtered out
Data Use
from
0/56
examples
All items filtered out
All items filtered out
Class Tree
from
0/56
examples
All items filtered out
All items filtered out
Override Tree
from
0/56
examples
All items filtered out
All items filtered out
Implementations
from
0/56
examples
All items filtered out
All items filtered out
Instances
from
0/56
examples
Lifecycle
from
0/56
examples
All items filtered out
All items filtered out