Home
last modified time | relevance | path

Searched refs:DFU_STATE_DNLOAD_BUSY (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h66 #define DFU_STATE_DNLOAD_BUSY 4 macro
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c510 if (hdfu->dev_state == DFU_STATE_DNLOAD_BUSY) in USBD_DFU_EP0_TxReady()
905 hdfu->dev_state = DFU_STATE_DNLOAD_BUSY; in DFU_GetStatus()