Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h106 #define DFU_CMD_ERASE 0x41 macro
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c526 else if (( hdfu->buffer.d8[0] == DFU_CMD_ERASE ) && (hdfu->wlength == 5)) in USBD_DFU_EP0_TxReady()
828 hdfu->buffer.d8[2] = DFU_CMD_ERASE; in DFU_Upload()
912 if ((hdfu->wblock_num == 0) && (hdfu->buffer.d8[0] == DFU_CMD_ERASE)) in DFU_GetStatus()