STM32_USB_Device_Library + 0/9 examples
CodeScope will show references to USBD_DFU_MediaTypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
STM32469I-Discovery
Applications
USB_Device
STM32469I_EVAL
Applications
USB_Device
STM324x9I_EVAL
Applications
USB_Device
STM324xG_EVAL
Applications
USB_Device
STM32F413H-Discovery
Applications
USB_Device
STM32F413ZH-Nucleo
Applications
USB_Device
STM32F429ZI-Nucleo
Applications
USB_Device
STM32F446ZE-Nucleo
Applications
USB_Device
 
Symbols
loading...
Files
loading...

USBD_DFU_MediaTypeDef struct

Syntax

typedef struct {   const uint8_t *pStrDesc;   uint16_t (* Init)(void);   uint16_t (* DeInit)(void);   uint16_t (* Erase)(uint32_t Add);   uint16_t (* Write)(uint8_t *src, uint8_t *dest, uint32_t Len);   uint8_t *(* Read)(uint8_t *src, uint8_t *dest, uint32_t Len);   uint16_t (* GetStatus)(uint32_t Add, uint8_t cmd, uint8_t *buff); #if (USBD_DFU_VENDOR_CMD_ENABLED == 1U)   uint16_t (* GetVendorCMD)(uint8_t *cmd, uint8_t *cmdlength);   uint16_t (* VendorDownloadCMD)(uint8_t *pbuf, uint32_t BlockNumber, uint32_t wlength, uint32_t *status);   uint16_t (* VendorUploadCMD)(uint32_t Add, uint32_t BlockNumber, uint32_t *status); #endif  #if (USBD_DFU_VENDOR_CHECK_ENABLED == 1U)   uint16_t (* VendorCheck)(uint8_t *pbuf, uint32_t ReqType, uint32_t *status); #endif  #if (USBD_DFU_VENDOR_EXIT_ENABLED == 1U)   uint16_t (* LeaveDFU)(uint32_t Add); #endif  } USBD_DFU_MediaTypeDef;

Fields

pStrDesc

No summary provided. Read more...

Init

No summary provided. Read more...

DeInit

No summary provided. Read more...

Erase

No summary provided. Read more...

Write

No summary provided. Read more...

Read

No summary provided. Read more...

GetStatus

No summary provided. Read more...

Examples

USBD_DFU_MediaTypeDef is referenced by 9 libraries and example projects.

Type Use

Variables of USBD_DFU_MediaTypeDef type
USBD_DFU_EP0_TxReady()::DfuInterface
USBD_DFU_GetUsrStringDesc()::DfuInterface
DFU_Upload()::DfuInterface
DFU_GetStatus()::DfuInterface
DFU_Leave()::DfuInterface
all items filtered out
USBD_DFU_MediaTypeDef
all items filtered out
USBD_DFU_MediaTypeDef
all items filtered out