Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c204 USBD_DFU_IF_DESC(0), /* This interface is mandatory for all devices */
208 USBD_DFU_IF_DESC(1),
213 USBD_DFU_IF_DESC(2),
218 USBD_DFU_IF_DESC(3),
223 USBD_DFU_IF_DESC(4),
228 USBD_DFU_IF_DESC(5),
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h133 #define USBD_DFU_IF_DESC(n) 0x09, /* bLength: Interface Descriptor size */ \ macro