Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c566 hdfu->dev_state = DFU_STATE_DNLOAD_SYNC; in USBD_DFU_EP0_TxReady()
700 if (hdfu->dev_state == DFU_STATE_IDLE || hdfu->dev_state == DFU_STATE_DNLOAD_SYNC in DFU_Detach()
753 hdfu->dev_state = DFU_STATE_DNLOAD_SYNC; in DFU_Download()
902 case DFU_STATE_DNLOAD_SYNC: in DFU_GetStatus()
1028 if (hdfu->dev_state == DFU_STATE_IDLE || hdfu->dev_state == DFU_STATE_DNLOAD_SYNC in DFU_Abort()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h65 #define DFU_STATE_DNLOAD_SYNC 3 macro