DFU_Download() is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

DFU_Download() function

DFU_Download Handles the DFU DNLOAD request.

Syntax

static void DFU_Download(USBD_HandleTypeDef *pdev,     USBD_SetupReqTypedef *req);
Implemented in usbd_dfu.c:855

Arguments

pdev

device instance

req

pointer to the request structure

Return value

None

References

LocationReferrerText
usbd_dfu.c:855
static void DFU_Download(USBD_HandleTypeDef *pdev, USBD_SetupReqTypedef *req)
usbd_dfu.c:118
static void DFU_Download(USBD_HandleTypeDef *pdev, USBD_SetupReqTypedef *req);
usbd_dfu.c:369USBD_DFU_Setup()
DFU_Download(pdev, req);

Call Tree

Functions calling DFU_Download()
Functions called by DFU_Download()
all items filtered out
DFU_Download()
Type of DFU_Download()
DFU_Download()
all items filtered out