STM32_USB_Device_Library + 0/3 examples
CodeScope will show references to USBD_DescriptorsTypeDef::GetBOSDescriptor from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
STM32469I-Discovery
Applications
USB_Device
STM32469I_EVAL
Applications
USB_Device
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesSTM32_USB_Device_LibraryUSBD_DescriptorsTypeDef::GetBOSDescriptor

USBD_DescriptorsTypeDef::GetBOSDescriptor field

Syntax

uint8_t *(*GetBOSDescriptor)(USBD_SpeedTypeDef speed, uint16_t *length);

Examples

USBD_DescriptorsTypeDef::GetBOSDescriptor is referenced by 3 libraries and example projects.

References

LocationReferrerText
usbd_def.h:301
uint8_t *(*GetBOSDescriptor)(USBD_SpeedTypeDef speed, uint16_t *length);
usbd_ctlreq.c:436USBD_GetDescriptor()
if (pdev->pDesc->GetBOSDescriptor != NULL)
usbd_ctlreq.c:438USBD_GetDescriptor()
pbuf = pdev->pDesc->GetBOSDescriptor(pdev->dev_speed, &len);

Call Tree

Functions calling USBD_DescriptorsTypeDef::GetBOSDescriptor
all items filtered out
USBD_DescriptorsTypeDef::GetBOSDescriptor
Functions reading USBD_DescriptorsTypeDef::GetBOSDescriptor
USBD_DescriptorsTypeDef::GetBOSDescriptor
all items filtered out
Type of USBD_DescriptorsTypeDef::GetBOSDescriptor
USBD_DescriptorsTypeDef::GetBOSDescriptor
uint8_t
all items filtered out