#include "AT45DB642D.h"
Defines | |
#define | DATAFLASH_TOTALCHIPS 2 |
#define | DATAFLASH_NO_CHIP DATAFLASH_CHIPCS_MASK |
#define | DATAFLASH_CHIP1 (1 << 1) |
#define | DATAFLASH_CHIP2 (1 << 0) |
#define | DATAFLASH_PAGE_SIZE 1024 |
#define | DATAFLASH_PAGES 8192 |
Functions | |
static void | Dataflash_SelectChipFromPage (const uint16_t PageAddress) |
static void | Dataflash_SendAddressBytes (uint16_t PageAddress, const uint16_t BufferByte) |
Board specific Dataflash driver header for the STK525.