#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. |
Definition in file sramsw.c.