Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Source/
A Dusbh_msc_core.c330 msc->state = MSC_IDLE; in usbh_msc_handle()
334 case MSC_IDLE: in usbh_msc_handle()
393 msc->unit[lun].state = MSC_IDLE; in usbh_msc_rdwr_process()
409 msc->unit[lun].state = MSC_IDLE; in usbh_msc_rdwr_process()
425 msc->unit[lun].state = MSC_IDLE; in usbh_msc_rdwr_process()
490 (MSC_IDLE != msc->unit[lun].state)) { in usbh_msc_read()
506 msc->state = MSC_IDLE; in usbh_msc_read()
511 msc->state = MSC_IDLE; in usbh_msc_read()
538 (MSC_IDLE != msc->unit[lun].state)) { in usbh_msc_write()
554 msc->state = MSC_IDLE; in usbh_msc_write()
[all …]
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Include/
A Dusbh_msc_core.h47 MSC_IDLE, enumerator

Completed in 7 milliseconds