Main Page | Data Structures | File List | Data Fields | Globals

axis_sram_config.c File Reference


Detailed Description

Defines the SRAM configuration.

Author:
Andrew Roca
Defines the SRAM configuration, the structure defined here is used by the SRAM code as a template to construct the systems SRAM paritions

#include "axis_sram.h"

Include dependency graph for axis_sram_config.c:

Include dependency graph

Variables

sram_config_entry axis_sram_config []
 structure to define SRAM configuration


Variable Documentation

struct sram_config_entry axis_sram_config[]
 

Initial value:

 {
    {
    .length=  (1<< 16 )  * 16   ,
    .options=  (1<<2) | (1<<3) | (1<<1)  ,
    } ,
    
    {
    .length=  (1<< 16 )  * 16   ,
    .options=   (1<<2) | (1<<3) ,
    } ,


    {
    .length=0           ,               
    .options=0          ,
    } ,

}
structure to define SRAM configuration


Generated on Fri Jan 28 12:35:35 2005 for Axis Kernel Driver by doxygen 1.3.6