aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SDMMC/redconf.c
blob: 305933f938f97afb294ebb7485efae82c5c2546a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*  THIS FILE WAS GENERATED BY THE DATALIGHT RELIANCE EDGE CONFIGURATION
    UTILITY.  DO NOT MODIFY.

    Generated by configuration utility version 2.02
 */
/** @file
 */

#include "hal.h"

#if (HAL_USE_SDMMC == TRUE)
#include "sama_sdmmc_lld.h"
#if SDMMC_USE_RELEDGE_LIB == 1
#include <redfs.h>
#include <redconf.h>
#include <redtypes.h>
#include <redmacs.h>
#include <redvolume.h>


const VOLCONF gaRedVolConf[REDCONF_VOLUME_COUNT] =
{
		{
				SDMMC_BLOCK_SIZE, 	//ulSectorSize
				1048576U, 			//ullSectorCount
				0U,					//ullSectorOffset
				false,				//fAtomicSectorWrite
				1024U,				//ulInodeCount
				2U,					//bBlockIoRetries
				""
		}
};

#endif
#endif