3.1.4.6 ICM_GetConfiguration Function

C

void ICM_GetConfiguration (ICM_CONFIG *config);

Summary

Gets the configuration data from the ICM peripheral.

Description

This function gets the configuration values of ICM peripheral.

Precondition

None.

Parameters

ParamDescription
configPointer to data struct where the configuration values will be written.

Returns

None.

Example


ICM_CONFIG icmConfig;

ICM_GetConfiguration (&icmConfig);

Remarks

None.