Go to the documentation of this file.00001 #ifndef _CFG_ARCH_AVRPIO_H_
00002 #define _CFG_ARCH_AVRPIO_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00068
00069
00070
00071 #ifdef UART0_RTS_BIT
00072 #ifndef UART0_RTS_AVRPORT
00073 #define UART0_RTS_AVRPORT AVRPORTE
00074 #endif
00075 #endif
00076
00077
00078
00079
00080
00081 #ifdef UART1_RTS_BIT
00082 #ifndef UART1_RTS_AVRPORT
00083 #define UART1_RTS_AVRPORT AVRPORTE
00084 #endif
00085 #endif
00086
00091 #ifndef RTL_BASE_ADDR
00092
00095 #define RTL_BASE_ADDR 0x8300
00096 #endif
00097
00098 #ifndef RTL_SIGNAL_IRQ
00099
00102 #define RTL_SIGNAL_IRQ INT5
00103 #endif
00104
00105 #ifndef RTL_EESK_BIT
00106
00112 #define RTL_EESK_BIT 5
00113 #endif
00114
00115 #ifndef RTL_EESK_AVRPORT
00116 #define RTL_EESK_AVRPORT AVRPORTC
00117 #endif
00118
00119 #ifndef RTL_EEDO_BIT
00120 #define RTL_EEDO_BIT 6
00121 #endif
00122
00123 #ifndef RTL_EEDO_AVRPORT
00124 #define RTL_EEDO_AVRPORT AVRPORTC
00125 #endif
00126
00127 #ifndef RTL_EEMU_BIT
00128 #define RTL_EEMU_BIT 7
00129 #endif
00130
00131 #ifndef RTL_EEMU_AVRPORT
00132 #define RTL_EEMU_AVRPORT AVRPORTC
00133 #endif
00134
00138 #ifndef SPIDIGIO_SOUT_BIT
00139 #define SPIDIGIO_SOUT_BIT 5
00140 #endif
00141
00142 #ifndef SPIDIGIO_SOUT_AVRPORT
00143 #define SPIDIGIO_SOUT_AVRPORT AVRPORTD
00144 #endif
00145
00146 #ifndef SPIDIGIO_SIN_BIT
00147 #define SPIDIGIO_SIN_BIT 6
00148 #endif
00149
00150 #ifndef SPIDIGIO_SIN_PIN
00151 #define SPIDIGIO_SIN_PIN PIND
00152 #endif
00153
00154 #ifndef SPIDIGIO_SIN_PORT
00155 #define SPIDIGIO_SIN_PORT PORTD
00156 #endif
00157
00158 #ifndef SPIDIGIO_SIN_DDR
00159 #define SPIDIGIO_SIN_DDR DDRD
00160 #endif
00161
00162 #ifndef SPIDIGIO_SCLK_BIT
00163 #define SPIDIGIO_SCLK_BIT 7
00164 #endif
00165
00166 #ifndef SPIDIGIO_SCLK_AVRPORT
00167 #define SPIDIGIO_SCLK_AVRPORT AVRPORTD
00168 #endif
00169
00170 #ifndef SPIDIGIO_LDI_BIT
00171 #define SPIDIGIO_LDI_BIT 7
00172 #endif
00173
00174 #ifndef SPIDIGIO_LDI_AVRPORT
00175 #define SPIDIGIO_LDI_AVRPORT AVRPORTB
00176 #endif
00177
00178 #ifndef SPIDIGIO_LDO_BIT
00179 #define SPIDIGIO_LDO_BIT 5
00180 #endif
00181
00182 #ifndef SPIDIGIO_LDO_AVRPORT
00183 #define SPIDIGIO_LDO_AVRPORT AVRPORTB
00184 #endif
00185
00186 #endif
00187