USB Device Middleware Library 2.10
cy_stc_usb_dev_config_t Struct Reference

Description

USB Device configuration structure.

Data Fields

uint8_t * ep0Buffer
 Pointer to the buffer to store data received from the USB Host through Endpoint 0. More...
 
uint16_t ep0BufferSize
 Buffer size for Endpoint 0.
 

Field Documentation

◆ ep0Buffer

uint8_t* cy_stc_usb_dev_config_t::ep0Buffer

Pointer to the buffer to store data received from the USB Host through Endpoint 0.

The buffer size must be large enough to store received data for all supported requests.