Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
npcx_fiu_qspi.h File Reference

Go to the source code of this file.

Macros

#define NPCX_QSPI_SW_CS0   BIT(0)
 
#define NPCX_QSPI_SW_CS1   BIT(1)
 
#define NPCX_QSPI_SW_CS2   BIT(2)
 
#define NPCX_QSPI_SW_CS_MASK   (NPCX_QSPI_SW_CS0 | NPCX_QSPI_SW_CS1 | NPCX_QSPI_SW_CS2)
 
#define NPCX_QSPI_SEC_FLASH_SL   BIT(4)
 
#define NPCX_RD_MODE_NORMAL   0
 
#define NPCX_RD_MODE_FAST   1
 
#define NPCX_RD_MODE_FAST_DUAL   3
 

Macro Definition Documentation

◆ NPCX_QSPI_SEC_FLASH_SL

#define NPCX_QSPI_SEC_FLASH_SL   BIT(4)

◆ NPCX_QSPI_SW_CS0

#define NPCX_QSPI_SW_CS0   BIT(0)

◆ NPCX_QSPI_SW_CS1

#define NPCX_QSPI_SW_CS1   BIT(1)

◆ NPCX_QSPI_SW_CS2

#define NPCX_QSPI_SW_CS2   BIT(2)

◆ NPCX_QSPI_SW_CS_MASK

#define NPCX_QSPI_SW_CS_MASK   (NPCX_QSPI_SW_CS0 | NPCX_QSPI_SW_CS1 | NPCX_QSPI_SW_CS2)

◆ NPCX_RD_MODE_FAST

#define NPCX_RD_MODE_FAST   1

◆ NPCX_RD_MODE_FAST_DUAL

#define NPCX_RD_MODE_FAST_DUAL   3

◆ NPCX_RD_MODE_NORMAL

#define NPCX_RD_MODE_NORMAL   0