1.2.22.2 SQIx_DMASetup Function

C

bool SQIx_DMASetup( void ); // x - Instance of the SQI peripheral

Summary

Sets up SQI peripheral to DMA mode.

Description

This function can be used to configure SQI peripheral to DMA mode at run-time.

Precondition

SQIx_Initialize must have been called for the associated SQI instance.

Parameters

None.

Returns

None

Example

SQI1_DMASetup();