STM32_USB_Device_Library + 0/55 examples
CodeScope will show references to USB_MAX_EP0_SIZE 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...

USB_MAX_EP0_SIZE macro

Syntax

#define USB_MAX_EP0_SIZE 64U

Examples

USB_MAX_EP0_SIZE is referenced by 55 libraries and example projects.

References

LocationText
usbd_def.h:157
#define USB_MAX_EP0_SIZE 64U
usbd_audio.c:845
(void)USBD_memset(haudio->control.data, 0, USB_MAX_EP0_SIZE);
usbd_audio.c:849
MIN(req->wLength, USB_MAX_EP0_SIZE));
usbd_audio.c:872
haudio->control.len = (uint8_t)MIN(req->wLength, USB_MAX_EP0_SIZE); /* Set the request data length */
usbd_audio.h:144
uint8_t data[USB_MAX_EP0_SIZE];
usbd_cdc.c:463
hcdc->CmdLength = (uint8_t)MIN(req->wLength, USB_MAX_EP0_SIZE);
usbd_core.c:817
(void)USBD_LL_OpenEP(pdev, 0x00U, USBD_EP_TYPE_CTRL, USB_MAX_EP0_SIZE);
usbd_core.c:820
pdev->ep_out[0].maxpacket = USB_MAX_EP0_SIZE;
usbd_core.c:823
(void)USBD_LL_OpenEP(pdev, 0x80U, USBD_EP_TYPE_CTRL, USB_MAX_EP0_SIZE);
usbd_core.c:826
pdev->ep_in[0].maxpacket = USB_MAX_EP0_SIZE;