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... | |
uint8_t* USBD_USR_ConfigStrDescriptor | ( | uint8_t | speed, |
uint16_t * | length | ||
) |
USBD_USR_ConfigStrDescriptor return the configuration string descriptor.
speed | : current device speed |
length | : pointer to data length variable |
pointer | to 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.
speed | : current device speed |
length | : pointer to data length variable |
pointer | to 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.
speed | : current device speed |
length | : pointer to data length variable |
pointer | to 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.
speed | : current device speed |
length | : pointer to data length variable |
pointer | to 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.
speed | : current device speed |
length | : pointer to data length variable |
pointer | to 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.
speed | : current device speed |
length | : pointer to data length variable |
pointer | to 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.
speed | : current device speed |
length | : pointer to data length variable |
pointer | to descriptor buffer |
Definition at line 285 of file usbd_desc.c.