Mass Storage class Device (MSD) driver. More...
#include "em_usb.h"
#include "em_cmu.h"
#include "em_gpio.h"
#include "msdbot.h"
#include "msdscsi.h"
#include "msddmedia.h"
#include "descriptors.h"
Go to the source code of this file.
Functions | |
void | MSDD_Init (int activityLedPort, uint32_t activityLedPin) |
Initialize MSD device. | |
bool | MSDD_Handler (void) |
Serve the MSD state machine. |
Mass Storage class Device (MSD) driver.
(C) Copyright 2014 Silicon Labs, http://www.silabs.com
This file is licensensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.
Definition in file msdd.c.