mbed_example / Mbed OS mbed-os-example-qspi
Revision:
1:cc0165946232
Parent:
0:f741508e07a3
Child:
2:3165b07182ad
--- a/main.cpp	Thu Dec 07 11:13:38 2017 -0600
+++ b/main.cpp	Fri Dec 08 10:48:19 2017 -0600
@@ -20,12 +20,6 @@
 #define QSPI_STD_CMD_WREN                   0x06
 // Command for Sector erase (supported only by some memories)
 #define QSPI_STD_CMD_SECT_ERASE             0x20
-// Read/Write commands
-#define QSPI_PP_COMMAND_NRF_ENUM            (0x0) //This corresponds to Flash command 0x02
-#define QSPI_READ2O_COMMAND_NRF_ENUM        (0x1) //This corresponds to Flash command 0x3B
-#define QSPI_READ2IO_COMMAND_NRF_ENUM       (0x2) //This corresponds to Flash command 0xBB
-#define QSPI_PP4IO_COMMAND_NRF_ENUM         (0x3) //This corresponds to Flash command 0x38
-#define QSPI_READ4IO_COMMAND_NRF_ENUM       (0x4) //This corresponds to Flash command 0xEB
 
 //#define DEBUG_ON 1
 #ifdef DEBUG_ON