Syntax
typedef struct _USBD_CDC_Itf
{
int8_t (* Init)(void);
int8_t (* DeInit)(void);
int8_t (* Control)(uint8_t cmd, uint8_t *pbuf, uint16_t length);
int8_t (* Receive)(uint8_t *Buf, uint32_t *Len);
int8_t (* TransmitCplt)(uint8_t *Buf, uint32_t *Len, uint8_t epnum);
} USBD_CDC_ItfTypeDef;
Fields
int8_t (*)(uint8_t cmd, uint8_t *pbuf, uint16_t length)
int8_t (*)(uint8_t *Buf, uint32_t *Len)
int8_t (*)(uint8_t *Buf, uint32_t *Len, uint8_t epnum)
Examples
_USBD_CDC_Itf is referenced by 7 libraries and example projects: