![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions | |
| uint8_t | USBD_CDC_RegisterInterface (USBD_HandleTypeDef *pdev, USBD_CDC_ItfTypeDef *fops) |
| USBD_CDC_RegisterInterface. More... | |
| uint8_t | USBD_CDC_SetTxBuffer (USBD_HandleTypeDef *pdev, uint8_t *pbuff, uint16_t length) |
| USBD_CDC_SetTxBuffer. More... | |
| uint8_t | USBD_CDC_SetRxBuffer (USBD_HandleTypeDef *pdev, uint8_t *pbuff) |
| USBD_CDC_SetRxBuffer. More... | |
| uint8_t | USBD_CDC_TransmitPacket (USBD_HandleTypeDef *pdev) |
| USBD_CDC_DataOut Data received on non-control Out endpoint. More... | |
| uint8_t | USBD_CDC_ReceivePacket (USBD_HandleTypeDef *pdev) |
| USBD_CDC_ReceivePacket prepare OUT Endpoint for reception. More... | |
| uint8_t * | USBD_CDC_GetDeviceQualifierDescriptor (uint16_t *length) |
| DeviceQualifierDescriptor return Device Qualifier descriptor. More... | |
| uint8_t * USBD_CDC_GetDeviceQualifierDescriptor | ( | uint16_t * | length | ) |
DeviceQualifierDescriptor return Device Qualifier descriptor.
| length | : pointer data length |
| pointer | to descriptor buffer |
Definition at line 778 of file usbd_cdc.c.
| uint8_t USBD_CDC_ReceivePacket | ( | USBD_HandleTypeDef * | pdev | ) |
USBD_CDC_ReceivePacket prepare OUT Endpoint for reception.
| pdev | device instance |
| status |
Definition at line 883 of file usbd_cdc.c.
| uint8_t USBD_CDC_RegisterInterface | ( | USBD_HandleTypeDef * | pdev, |
| USBD_CDC_ItfTypeDef * | fops | ||
| ) |
USBD_CDC_RegisterInterface.
| pdev | device instance |
| fops | CD Interface callback |
| status |
Definition at line 790 of file usbd_cdc.c.
| uint8_t USBD_CDC_SetRxBuffer | ( | USBD_HandleTypeDef * | pdev, |
| uint8_t * | pbuff | ||
| ) |
USBD_CDC_SetRxBuffer.
| pdev | device instance |
| pbuff | Rx Buffer |
| status |
Definition at line 829 of file usbd_cdc.c.
| uint8_t USBD_CDC_SetTxBuffer | ( | USBD_HandleTypeDef * | pdev, |
| uint8_t * | pbuff, | ||
| uint16_t | length | ||
| ) |
USBD_CDC_SetTxBuffer.
| pdev | device instance |
| pbuff | Tx Buffer |
| status |
Definition at line 810 of file usbd_cdc.c.
| uint8_t USBD_CDC_TransmitPacket | ( | USBD_HandleTypeDef * | pdev | ) |
USBD_CDC_DataOut Data received on non-control Out endpoint.
| pdev | device instance |
| epnum | endpoint number |
| status |
Definition at line 846 of file usbd_cdc.c.
1.8.11