Zephyr API 3.6.99
|
#include <zephyr/drivers/flash.h>
Go to the source code of this file.
Data Structures | |
struct | npcx_ex_ops_uma_in |
struct | npcx_ex_ops_uma_out |
struct | npcx_ex_ops_qspi_oper_in |
struct | npcx_ex_ops_qspi_oper_out |
Macros | |
#define | NPCX_EX_OP_LOCK_UMA BIT(0) /* Lock/Unlock UMA mode */ |
#define | NPCX_EX_OP_INT_FLASH_WP BIT(1) /* Issue write protection of internal flash */ |
Enumerations | |
enum | flash_npcx_ex_ops { FLASH_NPCX_EX_OP_EXEC_UMA = FLASH_EX_OP_VENDOR_BASE , FLASH_NPCX_EX_OP_SET_QSPI_OPER , FLASH_NPCX_EX_OP_GET_QSPI_OPER } |
#define NPCX_EX_OP_INT_FLASH_WP BIT(1) /* Issue write protection of internal flash */ |
#define NPCX_EX_OP_LOCK_UMA BIT(0) /* Lock/Unlock UMA mode */ |
enum flash_npcx_ex_ops |