#include <RTL.h>
#include <rl_usb.h>
void usbd_msc_start_stop (
BOOL start // __TRUE if START requested, __FALSE if STOP requested
);
Description
The function usbd_msc_start_stop is called when the USB
Host sends START STOP UNIT SCSI command. The argument start
specifies the action requested (start or stop).
The function usbd_msc_start_stop is part of the USB Device
Function Driver layer of the RL-USB Device Software Stack.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.