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... | |
| enum spiFlash_status_t |
#include <spiFlash.h>
SPI Flash transfer mode configuration.
| 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.