1.1.6.3.1 Initialization Function

I2Sx_Initialize Function

void I2Sx_Initialize (void);

Summary

Initializes I2S x module of the device

Description

This function initializes I2S x module of the device with the values configured in MHC GUI. Once the peripheral is initialized, transfer APIs can be used to transfer the data.

Preconditions

MHC GUI should be configured with the right values.

Returns

None.

Remarks

This function must be called only once and before any other SPI function is called.

Example

I2S1_Initialize();

C

void I2Sx_Initialize();