Main Page   Data Structures   File List   Data Fields   Globals  

/sramsw.c File Reference

Software-driven SRAM memory bus access functions. More...

#include <avr/io.h>
#include <avr/signal.h>
#include <avr/interrupt.h>
#include "global.h"
#include "sramsw.h"

Go to the source code of this file.

Functions

void sramswInit (void)
 Initialize the memory bus.

void sramswWrite (u32 addr, u08 data)
 Write data using the memory bus.

u08 sramswRead (u32 addr)
 Read data using the memory bus.

void sramswSetPage (u08 page)
 Set memory page.


Detailed Description

Software-driven SRAM memory bus access functions.

Definition in file sramsw.c.


Generated on Fri Aug 1 10:42:43 2003 for Procyon AVRlib by doxygen1.2.18