USBD_FrameWork_HID_Desc() is only used within Ux_Device_HID.
 
Symbols
loading...
Files
loading...

USBD_FrameWork_HID_Desc() function

USBD_FrameWork_HID_Desc Configure and Append the HID Descriptor

Syntax

static void USBD_FrameWork_HID_Desc(USBD_DevClassHandleTypeDef *pdev,     uint32_t pConf,     uint32_t *Sze);
Implemented in ux_device_descriptors.c:665

Arguments

pdev

device instance

pConf

Configuration descriptor pointer

Sze

pointer to the current configuration descriptor size

Return value

None

References

LocationReferrerText
ux_device_descriptors.c:665
static void USBD_FrameWork_HID_Desc(USBD_DevClassHandleTypeDef *pdev,
ux_device_descriptors.c:174
static void USBD_FrameWork_HID_Desc(USBD_DevClassHandleTypeDef *pdev,
ux_device_descriptors.c:561USBD_FrameWork_AddToConfDesc()
USBD_FrameWork_HID_Desc(pdev, (uint32_t)pCmpstConfDesc, &pdev->CurrConfDescSz);

Call Tree

Functions calling USBD_FrameWork_HID_Desc()
all items filtered out
USBD_FrameWork_HID_Desc()
Data read by USBD_FrameWork_HID_Desc()
Data written by USBD_FrameWork_HID_Desc()
USBD_FrameWork_HID_Desc()
Type of USBD_FrameWork_HID_Desc()
USBD_FrameWork_HID_Desc()