![]() |
Wirepas SDK
|
Go to the source code of this file.
Enumerations | |
| enum | ext_flash_status1_t { GD25WB256E_STATUS_WIP = 0x01, GD25WB256E_STATUS_WEL = 0x02, GD25LE255E_STATUS_WIP = 0x01, GD25LE255E_STATUS_WEL = 0x02 } |
| enum | { GD25WB256E_CMD_WRITE_STATUS1 = 0x01, GD25WB256E_CMD_PROGRAM_PAGE = 0x02, GD25WB256E_CMD_READ_ARRAY = 0x03, GD25WB256E_CMD_WRITE_DISABLE = 0x04, GD25WB256E_CMD_READ_STATUS1 = 0x05, GD25WB256E_CMD_WRITE_ENABLE = 0x06, GD25WB256E_CMD_SECTOR_ERASE = 0x20, GD25WB256E_CMD_BLOCK_ERASE_32K = 0x52, GD25WB256E_CMD_READ_STATUS2 = 0x35, GD25WB256E_CMD_READ_IDENTIFICATION = 0x9F } |
Macros | |
| #define | GD25WB256E_ID_1 0xC8 |
| #define | GD25WB256E_ID_2 0x65 |
| #define | GD25WB256E_ID_3 0x19 |
| #define | GD25WB256E_ID_4 0xff |
| #define | GD25WB256E_MAX_TRANSFER_SIZE 0xff |
Variables | |
| enum { ... } | ext_flash_cmd_t |
| anonymous enum |
Definition at line 26 of file external_flash_gd25wb256e.h.
| enum ext_flash_status1_t |
| Enumerator | |
|---|---|
| GD25WB256E_STATUS_WIP | |
| GD25WB256E_STATUS_WEL | |
| GD25LE255E_STATUS_WIP | |
| GD25LE255E_STATUS_WEL | |
Definition at line 15 of file external_flash_gd25wb256e.h.
| #define GD25WB256E_ID_1 0xC8 |
Definition at line 10 of file external_flash_gd25wb256e.h.
| #define GD25WB256E_ID_2 0x65 |
Definition at line 11 of file external_flash_gd25wb256e.h.
| #define GD25WB256E_ID_3 0x19 |
Definition at line 12 of file external_flash_gd25wb256e.h.
| #define GD25WB256E_ID_4 0xff |
Definition at line 13 of file external_flash_gd25wb256e.h.
| #define GD25WB256E_MAX_TRANSFER_SIZE 0xff |
Definition at line 23 of file external_flash_gd25wb256e.h.
| enum { ... } ext_flash_cmd_t |