Searched defs:usbd_msc_priv (Results 1 – 1 of 1) sorted by relevance
29 USB_NOCACHE_RAM_SECTION struct usbd_msc_priv { struct31 enum Stage stage;32 USB_MEM_ALIGNX struct CBW cbw;33 USB_MEM_ALIGNX struct CSW csw;35 bool readonly;36 bool popup;37 uint8_t sKey; /* Sense key */38 uint8_t ASC; /* Additional Sense Code */39 uint8_t ASQ; /* Additional Sense Qualifier */40 uint8_t max_lun;[all …]