![]() |
S32 SDK
|
AHB configuration structure. More...
#include <quadspi_driver.h>
Data Fields | |
uint8_t | masters [QSPI_AHB_BUFFERS] |
uint16_t | sizes [QSPI_AHB_BUFFERS] |
bool | allMasters |
bool | highPriority |
AHB configuration structure.
This structure is used to provide configuration parameters for AHB access to the external flash Implements : qspi_ahb_config_t_Class
Definition at line 204 of file quadspi_driver.h.
bool allMasters |
Indicates that any master may access the last buffer
Definition at line 208 of file quadspi_driver.h.
bool highPriority |
Indicates that the first buffer has high priority
Definition at line 209 of file quadspi_driver.h.
uint8_t masters[QSPI_AHB_BUFFERS] |
List of AHB masters assigned to each buffer
Definition at line 206 of file quadspi_driver.h.
uint16_t sizes[QSPI_AHB_BUFFERS] |
List of buffer sizes
Definition at line 207 of file quadspi_driver.h.