Functions
Collaboration diagram for USBD_DESC_Private_Functions:

Functions

uint8_t * USBD_USR_ConfigStrDescriptor (uint8_t speed, uint16_t *length)
 USBD_USR_ConfigStrDescriptor return the configuration string descriptor. More...
 
uint8_t * USBD_USR_DeviceDescriptor (uint8_t speed, uint16_t *length)
 USBD_USR_DeviceDescriptor return the device descriptor. More...
 
uint8_t * USBD_USR_InterfaceStrDescriptor (uint8_t speed, uint16_t *length)
 USBD_USR_InterfaceStrDescriptor return the interface string descriptor. More...
 
uint8_t * USBD_USR_LangIDStrDescriptor (uint8_t speed, uint16_t *length)
 USBD_USR_LangIDStrDescriptor return the LangID string descriptor. More...
 
uint8_t * USBD_USR_ManufacturerStrDescriptor (uint8_t speed, uint16_t *length)
 USBD_USR_ManufacturerStrDescriptor return the manufacturer string descriptor. More...
 
uint8_t * USBD_USR_ProductStrDescriptor (uint8_t speed, uint16_t *length)
 USBD_USR_ProductStrDescriptor return the product string descriptor. More...
 
uint8_t * USBD_USR_SerialStrDescriptor (uint8_t speed, uint16_t *length)
 USBD_USR_SerialStrDescriptor return the serial number string descriptor. More...
 

Detailed Description

Function Documentation

uint8_t* USBD_USR_ConfigStrDescriptor ( uint8_t  speed,
uint16_t *  length 
)

USBD_USR_ConfigStrDescriptor return the configuration string descriptor.

Parameters
speed: current device speed
length: pointer to data length variable
Return values
pointerto descriptor buffer

Definition at line 302 of file usbd_desc.c.

uint8_t* USBD_USR_DeviceDescriptor ( uint8_t  speed,
uint16_t *  length 
)

USBD_USR_DeviceDescriptor return the device descriptor.

Parameters
speed: current device speed
length: pointer to data length variable
Return values
pointerto descriptor buffer

Definition at line 217 of file usbd_desc.c.

uint8_t* USBD_USR_InterfaceStrDescriptor ( uint8_t  speed,
uint16_t *  length 
)

USBD_USR_InterfaceStrDescriptor return the interface string descriptor.

Parameters
speed: current device speed
length: pointer to data length variable
Return values
pointerto descriptor buffer

Definition at line 320 of file usbd_desc.c.

uint8_t* USBD_USR_LangIDStrDescriptor ( uint8_t  speed,
uint16_t *  length 
)

USBD_USR_LangIDStrDescriptor return the LangID string descriptor.

Parameters
speed: current device speed
length: pointer to data length variable
Return values
pointerto descriptor buffer

Definition at line 237 of file usbd_desc.c.

uint8_t* USBD_USR_ManufacturerStrDescriptor ( uint8_t  speed,
uint16_t *  length 
)

USBD_USR_ManufacturerStrDescriptor return the manufacturer string descriptor.

Parameters
speed: current device speed
length: pointer to data length variable
Return values
pointerto descriptor buffer

Definition at line 271 of file usbd_desc.c.

uint8_t* USBD_USR_ProductStrDescriptor ( uint8_t  speed,
uint16_t *  length 
)

USBD_USR_ProductStrDescriptor return the product string descriptor.

Parameters
speed: current device speed
length: pointer to data length variable
Return values
pointerto descriptor buffer

Definition at line 252 of file usbd_desc.c.

uint8_t* USBD_USR_SerialStrDescriptor ( uint8_t  speed,
uint16_t *  length 
)

USBD_USR_SerialStrDescriptor return the serial number string descriptor.

Parameters
speed: current device speed
length: pointer to data length variable
Return values
pointerto descriptor buffer

Definition at line 285 of file usbd_desc.c.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56