1.6.18.1 1.7.19.1 1.8.15.1 1.25.14.1 1.26.13.1 1.27.14.1 1.28.17.1 1.32.21.1 1.34.12.1 1.42.12.1 QSPIx_Initialize Function
C
// x - Instance of the QSPI peripheral
void QSPIx_Initialize( void );
Summary
Initializes given instance of the QSPI peripheral.
Description
This function initializes the given instance of the QSPI peripheral as configured by the user.
Precondition
Memory Protection Unit(MPU) has to be enabled and configured for QSPI memory if there is Data Cache on the device.
Parameters
None.
Returns
None.
Example
QSPI0_Initialize();