Searched refs:USB_DFU_ATTR_CAN_UPLOAD (Results 1 – 2 of 2) sorted by relevance
53 #define USB_DFU_ATTR_CAN_UPLOAD BIT(1) macro
33 #define ATTR_CAN_UPLOAD USB_DFU_ATTR_CAN_UPLOAD283 if (!(dfu_desc.bmAttributes & USB_DFU_ATTR_CAN_UPLOAD)) { in dfu_idle_next()