Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h72 #define DFU_STATE_ERROR 10 macro
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c976 if (hdfu->dev_state == DFU_STATE_ERROR) in DFU_ClearStatus()
988 hdfu->dev_state = DFU_STATE_ERROR; in DFU_ClearStatus()