RTEMS
5.0.0
|
#include <alt_qspi.h>
Data Fields | |
uint32_t | op_code |
ALT_QSPI_MODE_t | inst_type |
ALT_QSPI_MODE_t | addr_xfer_type |
ALT_QSPI_MODE_t | data_xfer_type |
uint32_t | dummy_cycles |
Device Instruction Configuration
This type defines a structure for specifying the optimal instruction set configuration to use with a target flash device.
ALT_QSPI_MODE_t ALT_QSPI_DEV_INST_CONFIG_s::addr_xfer_type |
Address transfer mode type. The value of this field is ignored if the inst_type data member is set to anything other than ALT_QSPI_MODE_SINGLE. In that case, the addr_xfer_type assumes the same mode as the inst_type.
ALT_QSPI_MODE_t ALT_QSPI_DEV_INST_CONFIG_s::data_xfer_type |
Data transfer mode type. The value of this field is ignored if the inst_type data member is set to anything other than ALT_QSPI_MODE_SINGLE. In that case, the data_xfer_type assumes the same mode as the inst_type.
uint32_t ALT_QSPI_DEV_INST_CONFIG_s::dummy_cycles |
Number of dummy clock cycles required by device for a read or write instruction.
ALT_QSPI_MODE_t ALT_QSPI_DEV_INST_CONFIG_s::inst_type |
Instruction mode type for the controller to use with the device. The instruction type applies to all instructions (reads and writes) issued from either the Direct Access Controller or the Indirect Acces Controller.
uint32_t ALT_QSPI_DEV_INST_CONFIG_s::op_code |
The read or write op code to use for the device transaction.