Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h54 #define USB_DFU_DESC_SIZ 9 macro
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c422 len = MIN(USB_DFU_DESC_SIZ , req->wLength); in USBD_DFU_Setup()