flash_at91.h File Reference

At91sam7 Internal flash read/write driver. More...

#include <cpu/types.h>
#include <kern/kfile.h>
#include <io/arm.h>

Go to the source code of this file.

Data Structures

struct  FlashAt91
 FlashAt91 KFile context structure. More...

Typedefs

typedef uint32_t page_t
 Define data type to manage page and memory address.

typedef struct FlashAt91 FlashAt91
 FlashAt91 KFile context structure.

Functions

void flash_hw_init (struct Flash *fd)
 Init module to perform write and read operation on internal flash memory.
void flash_at91_init (struct FlashAt91 *fd)
 WARNING! This function is DEPRECADED! use the emb_flash module instead.

Detailed Description

At91sam7 Internal flash read/write driver.

Author:
Daniele Basile <asterix@develer.com>

Definition in file flash_at91.h.


Typedef Documentation

typedef struct FlashAt91 FlashAt91

FlashAt91 KFile context structure.

DEPREACTED STRUCTURE! Use EmbFlash instead