1.1.6.4.1 Initialization Function

SSC_Initialize Function

void SSC_Initialize (void);

Summary

Initializes SSC module of the device

Description

This function initializes SSC 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 SSC function is called.

Example

SSC_Initialize();

C

void SSC_Initialize();