BeRTOS
|
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. |
Micron MT29F serial NAND driver for SAM3's static memory controller.
Definition in file mt29f_sam3.c.