Home
last modified time | relevance | path

Searched refs:bStatus (Results 1 – 4 of 4) sorted by relevance

/components/drivers/usb/cherryusb/class/msc/
A Dusb_msc.h56 uint8_t bStatus; /* Status of transfer */ member
A Dusbh_msc.c99 USB_LOG_DBG(" status: 0x%02x\r\n", csw->bStatus); in usbh_msc_csw_dump()
177 if (csw->bStatus != 0) { in usbh_bulk_cbw_csw_xfer()
178 USB_LOG_ERR("csw bStatus %d\r\n", csw->bStatus); in usbh_bulk_cbw_csw_xfer()
A Dusbd_msc.c153 g_usbd_msc[busid].csw.bStatus = CSW_Status; in usbd_msc_send_csw()
176 g_usbd_msc[busid].csw.bStatus = CSW_STATUS_CMD_PASSED; in usbd_msc_send_info()
/components/drivers/usb/cherryusb/class/dfu/
A Dusb_dfu.h107 uint8_t bStatus; /**<\brief An indication of the status resulting from the member

Completed in 7 milliseconds