Sapphire SoC DS Sapphire SoC UG Sapphire HP SoC DS Sapphire HP SoC UG RISC-V Embedded IDE UG Board Support Package
Loading...
Searching...
No Matches

Overview

Enums used by the driver.

Configuration Enums

Enums used for driver initialization.

enum  spiFlash_status_t { SPI_FLASH_OK = 0 , SPI_FLASH_ERR = 1 , SPI_FLASH_SKIP = 2 }
 SPI Flash transfer mode configuration. More...

Enumeration Type Documentation

◆ spiFlash_status_t

#include <spiFlash.h>

SPI Flash transfer mode configuration.

Note
Used to indicate the status of SPI Flash operations.
Enumerator
SPI_FLASH_OK 

Successful Operation *‍/.

SPI_FLASH_ERR 

Unknown JEDEC ID, Electrical failure (0x00/0xFF) *‍/.

SPI_FLASH_SKIP 

Skip the function *‍/.

Definition at line 153 of file spiFlash.h.