S32 SDK
qspi_ahb_config_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: