Go to the source code of this file.
Classes | |
class | DataFlash_Class |
Defines | |
#define | DF_DATAOUT 11 |
#define | DF_DATAIN 12 |
#define | DF_SPICLOCK 13 |
#define | DF_SLAVESELECT 10 |
#define | DF_TRANSFER_PAGE_TO_BUFFER_1 0x53 |
#define | DF_TRANSFER_PAGE_TO_BUFFER_2 0x55 |
#define | DF_STATUS_REGISTER_READ 0xD7 |
#define | DF_READ_MANUFACTURER_AND_DEVICE_ID 0x9F |
#define | DF_PAGE_READ 0xD2 |
#define | DF_BUFFER_1_READ 0xD4 |
#define | DF_BUFFER_2_READ 0xD6 |
#define | DF_BUFFER_1_WRITE 0x84 |
#define | DF_BUFFER_2_WRITE 0x87 |
#define | DF_BUFFER_1_TO_PAGE_WITH_ERASE 0x83 |
#define | DF_BUFFER_2_TO_PAGE_WITH_ERASE 0x86 |
#define | DF_PAGE_ERASE 0x81 |
#define | DF_BLOCK_ERASE 0x50 |
#define | DF_SECTOR_ERASE 0x7C |
#define | DF_CHIP_ERASE_0 0xC7 |
#define | DF_CHIP_ERASE_1 0x94 |
#define | DF_CHIP_ERASE_2 0x80 |
#define | DF_CHIP_ERASE_3 0x9A |
Variables | |
DataFlash_Class | DataFlash |
#define DF_BLOCK_ERASE 0x50 |
Definition at line 34 of file DataFlash.h.
#define DF_BUFFER_1_READ 0xD4 |
Definition at line 27 of file DataFlash.h.
#define DF_BUFFER_1_TO_PAGE_WITH_ERASE 0x83 |
Definition at line 31 of file DataFlash.h.
#define DF_BUFFER_1_WRITE 0x84 |
Definition at line 29 of file DataFlash.h.
#define DF_BUFFER_2_READ 0xD6 |
Definition at line 28 of file DataFlash.h.
#define DF_BUFFER_2_TO_PAGE_WITH_ERASE 0x86 |
Definition at line 32 of file DataFlash.h.
#define DF_BUFFER_2_WRITE 0x87 |
Definition at line 30 of file DataFlash.h.
#define DF_CHIP_ERASE_0 0xC7 |
Definition at line 36 of file DataFlash.h.
#define DF_CHIP_ERASE_1 0x94 |
Definition at line 37 of file DataFlash.h.
#define DF_CHIP_ERASE_2 0x80 |
Definition at line 38 of file DataFlash.h.
#define DF_CHIP_ERASE_3 0x9A |
Definition at line 39 of file DataFlash.h.
#define DF_DATAIN 12 |
Definition at line 16 of file DataFlash.h.
#define DF_DATAOUT 11 |
Definition at line 15 of file DataFlash.h.
#define DF_PAGE_ERASE 0x81 |
Definition at line 33 of file DataFlash.h.
#define DF_PAGE_READ 0xD2 |
Definition at line 26 of file DataFlash.h.
#define DF_READ_MANUFACTURER_AND_DEVICE_ID 0x9F |
Definition at line 25 of file DataFlash.h.
#define DF_SECTOR_ERASE 0x7C |
Definition at line 35 of file DataFlash.h.
#define DF_SLAVESELECT 10 |
Definition at line 18 of file DataFlash.h.
#define DF_SPICLOCK 13 |
Definition at line 17 of file DataFlash.h.
#define DF_STATUS_REGISTER_READ 0xD7 |
Definition at line 24 of file DataFlash.h.
#define DF_TRANSFER_PAGE_TO_BUFFER_1 0x53 |
Definition at line 22 of file DataFlash.h.
#define DF_TRANSFER_PAGE_TO_BUFFER_2 0x55 |
Definition at line 23 of file DataFlash.h.
Definition at line 342 of file DataFlash.cpp.