SAMV71 Xplained Ultra Software Package 1.5

main.c File Reference

#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

 COMPILER_ALIGNED (32)
void XDMAC_Handler (void)
 xDMA interrupt handler.
int main (void)
 hsmci_sdcard Application entry point.

Detailed Description

Purpose

This file contains all the specific code for the hsmci_sdcard example.

Contents

The hsmci_sdio application can be roughly broken down as follows:

Definition in file main.c.


Function Documentation

COMPILER_ALIGNED ( 32   ) 

SDCard driver instance. SD card pins instance.

Date buffer MCI interrupt handler. Forwards the event to the MCI driver handlers.

Definition at line 149 of file main.c.

Here is the call graph for this function:

int main ( void   ) 

hsmci_sdcard Application entry point.

Returns:
Unused (ANSI-C compatibility).

Definition at line 510 of file main.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines