msdd.c File Reference

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"
Include dependency graph for msdd.c:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Mass Storage class Device (MSD) driver.

Version:
3.20.5

License

(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.