We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729a38d commit 78ecf65Copy full SHA for 78ecf65
drivers/flash/spi_nor.h
@@ -14,7 +14,6 @@
14
/* Status register bits */
15
#define SPI_NOR_WIP_BIT BIT(0) /* Write in progress */
16
#define SPI_NOR_WEL_BIT BIT(1) /* Write enable latch */
17
-#define SPI_NOR_QE_BIT BIT(6) /* Enable quad mode */
18
19
/* Control register bits */
20
#define SPI_NOR_4BYTE_BIT BIT(5) /* 4B addressing */
0 commit comments