BeRTOS
Functions
mt29f_sam3.c File Reference

Micron MT29F serial NAND driver for SAM3's static memory controller. More...

#include "mt29f_sam3.h"
#include "cfg/cfg_mt29f.h"
#include <cfg/log.h>
#include <cfg/macros.h>
#include <io/sam3.h>
#include <drv/timer.h>
#include <drv/mt29f.h>
#include <cpu/power.h>
#include <cpu/types.h>
#include <string.h>

Go to the source code of this file.

Functions

int mt29f_blockErase (Mt29f *chip, uint32_t page)
 Erase the whole block containing given page.
bool mt29f_getDevId (Mt29f *chip, uint8_t dev_id[5])
 Read Device ID and configuration codes.

Detailed Description

Micron MT29F serial NAND driver for SAM3's static memory controller.

Author:
Stefano Fedrigo <aleph@develer.com>

Definition in file mt29f_sam3.c.