aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SDMMC/redconf.c
blob: 7c064733226681fa8c303cb1d16214df6c9ce9af (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
			"CHIBIVOL"
    }
};

#endif
#endif