#include <C:/softpack/canopus10/softpack/samv7/libraries/libboard_samv7-ek/include/s25fl1_qspi.h>
Data Fields | |
Qspid * | pQspid |
QspidCmd | command |
const S25fl1Desc * | pDesc |
qspiFrame | CmdBuffer |
uint32_t | pollingMode |
uint32_t | fourbytemode |
Serial flash driver structure. Holds the current state of the driver, including the current command and the descriptor for the underlying device.
Definition at line 190 of file s25fl1_qspi.h.
Qspi Command buffer.
Definition at line 199 of file s25fl1_qspi.h.
Current command sent to the QSPI driver.
Definition at line 195 of file s25fl1_qspi.h.
uint32_t S25fl1::fourbytemode |
Support for 4 byte address mode
Definition at line 203 of file s25fl1_qspi.h.
const S25fl1Desc* S25fl1::pDesc |
Pointer to a descriptor for the serial firmware flash device.
Definition at line 197 of file s25fl1_qspi.h.
uint32_t S25fl1::pollingMode |
Polling mode
Definition at line 201 of file s25fl1_qspi.h.
Pointer to the underlying QSPI driver.
Definition at line 193 of file s25fl1_qspi.h.