3.1.4.7 ICM_SetConfiguration Function
C
void ICM_SetConfiguration (ICM_CONFIG *config);
Summary
Sets the configuration data from the ICM peripheral.
Description
This function sets the configuration values of ICM peripheral.
Precondition
None.
Parameters
| Parameters | Description |
|---|---|
| config | Pointer to data struct containing the configuration values to configure the ICM peripheral |
Returns
None.
Example
ICM_CONFIG icmConfig; ICM_GetConfiguration (&icmConfig); icmConfig.dualInputBuffer = true; ICM_SetConfiguration (&icmConfig);
Remarks
None.
