summaryrefslogtreecommitdiff
path: root/MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/libboard_sam3x-ek/board/board_sdcard.h
blob: 6829440b0810f7400b568fec31648f5e24decc07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _BOARD_SDCARD_
#define _BOARD_SDCARD_

/**
 * \file
 * SD Card
 * - \ref BOARD_SD_PINS
 * - \ref BOARD_SD_PIN_CD
 *
 */

/** MCI pins that shall be configured to access the SD card. */
#define BOARD_SD_PINS               PINS_MCI
/** MCI Card Detect pin. */
#define BOARD_SD_PIN_CD             PIN_MCI_CD
/** Total number of MCI interface */
#define BOARD_NUM_MCI           1

#endif /* _BOARD_SDCARD_ */