Microchip® Advanced Software Framework

smc.c File Reference
#include "compiler.h"
#include "preprocessor.h"
#include "gpio.h"
#include "smc.h"

Macros

#define SMC_8_BIT_CHIPS   true
 
#define SMC_CS_SETUP(ncs)
 

Functions

static void smc_enable_muxed_pins (void)
 Puts the multiplexed MCU pins used for the SMC. More...
 
unsigned char smc_get_cs_size (unsigned char cs)
 Return the size of the peripheral connected . More...
 
void smc_init (unsigned long hsb_hz)
 Initializes the AVR32 SMC module and the connected SRAM(s). More...
 

Variables

static U8 smc_tab_cs_size [6]
 

#define SMC_8_BIT_CHIPS   true
#define SMC_CS_SETUP (   ncs)

Referenced by smc_init().

U8 smc_tab_cs_size[6]
static

Referenced by smc_get_cs_size().