1.6.18.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();