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

DFU_STATE_DNLOAD_IDLE macro

Syntax

#define DFU_STATE_DNLOAD_IDLE 5U

References

LocationText
usbd_dfu.h:79
#define DFU_STATE_DNLOAD_IDLE 5U
usbd_dfu.c:818
(hdfu->dev_state == DFU_STATE_DNLOAD_IDLE) ||
usbd_dfu.c:872
if ((hdfu->dev_state == DFU_STATE_IDLE) || (hdfu->dev_state == DFU_STATE_DNLOAD_IDLE))
usbd_dfu.c:896
if ((hdfu->dev_state == DFU_STATE_DNLOAD_IDLE) || (hdfu->dev_state == DFU_STATE_IDLE))
usbd_dfu.c:1125
hdfu->dev_state = DFU_STATE_DNLOAD_IDLE;
usbd_dfu.c:1241
(hdfu->dev_state == DFU_STATE_DNLOAD_IDLE) ||