smc_nf.h File Reference
Detailed Description
Configuration file for NF Driver.
- Note:
- The values defined in this file are device-specific. See the device datasheet for further information.
- Compiler: IAR EWAVR32 and GNU GCC for AVR32
- Supported devices: All AVR32 devices with an SMC module can be used.
- AppNote:
- Author:
- Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/
Definition in file smc_nf.h.
Go to the source code of this file.
Define Documentation
#define EXT_SM_SIZE 0x200001 |
SMC Peripheral Memory Size in Bytes.
Definition at line 53 of file smc_nf.h.
#define NCS_CONTROLLED_READ FALSE |
Whether read is controlled by NCS or by NRD.
Definition at line 116 of file smc_nf.h.
#define NCS_CONTROLLED_WRITE FALSE |
Whether write is controlled by NCS or by NWE.
Definition at line 119 of file smc_nf.h.
#define NRD_CYCLE Max((NCS_RD_SETUP + NCS_RD_PULSE + NCS_RD_HOLD),(NRD_SETUP + NRD_PULSE + NRD_HOLD)) |
#define NWAIT_MODE AVR32_SMC_EXNW_MODE_DISABLED |
Whether to use the NWAIT pin.
Definition at line 122 of file smc_nf.h.
#define NWE_CYCLE Max((NCS_WR_SETUP + NCS_WR_PULSE + NCS_WR_HOLD),(NWE_SETUP + NWE_PULSE + NWE_HOLD)) |
#define PAGE_MODE DISABLED |
#define SMC_8_BIT_CHIPS TRUE |
Whether 8-bit SM chips are connected on the SMC.
Definition at line 59 of file smc_nf.h.
SMC Data Bus Width.
Definition at line 56 of file smc_nf.h.
#define TDF_OPTIM DISABLED |