#include "board.h"
#include "libsdmmc.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
void | HSMCI_Handler (void) |
void | XDMAC_Handler (void) |
xDMA interrupt handler. | |
int | main (void) |
hsmci_sdcard Application entry point. |
This file contains all the specific code for the hsmci_sdcard example.
The hsmci_sdio application can be roughly broken down as follows:
Definition in file main.c.