DFU_CMD_GETCOMMANDS is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

DFU_CMD_GETCOMMANDS macro

Syntax

#define DFU_CMD_GETCOMMANDS 0x00U

References

LocationText
usbd_dfu.h:116
#define DFU_CMD_GETCOMMANDS 0x00U
usbd_dfu.c:544
if (hdfu->buffer.d8[0] == DFU_CMD_GETCOMMANDS)
usbd_dfu.c:975
hdfu->buffer.d8[0] = DFU_CMD_GETCOMMANDS;