00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef _SDIOEMB_CONFIG_H
00010 #define _SDIOEMB_CONFIG_H
00011
00029 #ifndef SDIOEMB_SLOTS_MAX
00030 # define SDIOEMB_SLOTS_MAX 4
00031 #endif
00032
00039 #ifndef SDIOEMB_FDRIVERS_MAX
00040 # define SDIOEMB_FDRIVERS_MAX 4
00041 #endif
00042
00048 #ifndef SDIOEMB_FDEVS_MAX
00049 # define SDIOEMB_FDEVS_MAX 8
00050 #endif
00051
00057 #ifndef SDIOEMB_CARD_INIT_RETRY_MAX
00058 # define SDIOEMB_CARD_INIT_RETRY_MAX 3
00059 #endif
00060
00067 #ifndef SDIOEMB_CARD_READY_TIMEOUT_MS
00068 # define SDIOEMB_CARD_READY_TIMEOUT_MS 100
00069 #endif
00070
00079 #ifndef SDIOEMB_CARD_IS_REMOVABLE
00080 # define SDIOEMB_CARD_IS_REMOVABLE 1
00081 #endif
00082
00089 #ifndef SDIOEMB_CSPI_REG_PADDING
00090 # define SDIOEMB_CSPI_REG_PADDING 1
00091 #endif
00092
00099 #ifndef SDIOEMB_CSPI_BURST_PADDING
00100 # define SDIOEMB_CSPI_BURST_PADDING 2
00101 #endif
00102
00105 #endif