USB MSC device information.
Data Fields | |
uhc_device_t * | dev |
usb_ep_t | ep_in |
usb_ep_t | ep_out |
uint8_t | iface_num |
uhi_msc_lun_t * | lun |
uint8_t | nb_lun |
uhc_device_t* uhi_msc_dev_t::dev |
usb_ep_t uhi_msc_dev_t::ep_in |
Referenced by uhi_msc_cbw_sent(), uhi_msc_csw_received(), uhi_msc_csw_wait(), and uhi_msc_data_transfered().
usb_ep_t uhi_msc_dev_t::ep_out |
Referenced by uhi_msc_cbw_sent(), uhi_msc_data_transfered(), and uhi_msc_scsi().
uint8_t uhi_msc_dev_t::iface_num |
Referenced by uhi_msc_enable_step1().
uhi_msc_lun_t* uhi_msc_dev_t::lun |
Referenced by uhi_msc_enable_step2(), uhi_msc_get_lun_desc(), uhi_msc_select_lun(), and uhi_msc_uninstall().
uint8_t uhi_msc_dev_t::nb_lun |
Referenced by uhi_msc_enable_step1(), uhi_msc_enable_step2(), uhi_msc_get_lun(), uhi_msc_get_lun_desc(), and uhi_msc_select_lun().