STM32_USB_Device_Library + 0/55 examples
CodeScope will show references to LOBYTE from the following samples and libraries:
Examples
STM32F4-Discovery
STM32F401-Discovery
STM32F411E-Discovery
STM32446E_EVAL
Demonstrations
Applications
USB_Device
STM324xG_EVAL
Demonstrations
Applications
USB_Device
STM32F412G-Discovery
Demonstrations
Applications
USB_Device
STM32F413H-Discovery
Demonstrations
Applications
USB_Device
STM32469I-Discovery
Applications
USB_Device
STM32469I_EVAL
Applications
USB_Device
STM324x9I_EVAL
Applications
USB_Device
Demonstrations
STemWin
STM32F412ZG-Nucleo
Applications
USB_Device
STM32F413ZH-Nucleo
Applications
USB_Device
STM32F429ZI-Nucleo
Applications
USB_Device
STM32F446ZE-Nucleo
Applications
USB_Device
 
Symbols
loading...
Files
loading...

LOBYTE macro

Syntax

#define LOBYTE(x) ((uint8_t)((x) & 0x00FFU))

Arguments

x

Examples

LOBYTE is referenced by 55 libraries and example projects.

References

LocationText
usbd_def.h:441
#define LOBYTE(x) ((uint8_t)((x) & 0x00FFU))
usbd_audio.c:174
LOBYTE(USB_AUDIO_CONFIG_DESC_SIZ), /* wTotalLength */
usbd_cdc.c:232
LOBYTE(CDC_CMD_PACKET_SIZE), /* wMaxPacketSize */
usbd_cdc.c:253
LOBYTE(CDC_DATA_FS_MAX_PACKET_SIZE), /* wMaxPacketSize */
usbd_cdc.c:262
LOBYTE(CDC_DATA_FS_MAX_PACKET_SIZE), /* wMaxPacketSize */
usbd_core.c:615
usbd_core.c:619
usbd_ctlreq.c:181
if (LOBYTE(req->wIndex) <= USBD_MAX_NUM_INTERFACES)
usbd_ctlreq.c:184
idx = USBD_CoreFindIF(pdev, LOBYTE(req->wIndex));
usbd_ctlreq.c:244
ep_addr = LOBYTE(req->wIndex);
usbd_ctlreq.c:566
pbuf = pdev->pClass[idx]->GetUsrStrDescriptor(pdev, LOBYTE(req->wValue), &len);
usbd_customhid.c:139
LOBYTE(USB_CUSTOM_HID_CONFIG_DESC_SIZ), /* wTotalLength: Bytes returned */
usbd_customhid.c:173
LOBYTE(USBD_CUSTOM_HID_REPORT_DESC_SIZE), /* wItemLength: Total length of Report descriptor */
usbd_customhid.c:182
LOBYTE(CUSTOM_HID_EPIN_SIZE), /* wMaxPacketSize: 2 Bytes max */
usbd_customhid.c:191
LOBYTE(CUSTOM_HID_EPOUT_SIZE), /* wMaxPacketSize: 2 Bytes max */
usbd_customhid.c:210
LOBYTE(USBD_CUSTOM_HID_REPORT_DESC_SIZE), /* wItemLength: Total length of Report descriptor */
usbd_msc.c:166
usbd_msc.c:174