1.1.9.1 QMSPIx_Initialize Function
C
// x - Instance of the QMSPI peripheral
void QMSPIx_Initialize( void );
Summary
Initializes given instance of the QMSPI peripheral.
Description
This function initializes the given instance of the QMSPI peripheral as configured by the user.
Precondition
None.
Parameters
None.
Returns
None.
Example
QMSPI0_Initialize();