1.8.1.1 1.27.1.1 1.28.1.1 ACC_Initialize Function
C
void ACC_Initialize (void);
Summary
Initializes ACC module of the device
Description
This function initializes ACC module of the device with the values configured in MHC GUI. Once the peripheral is initialized, Status API can be used to get the comparison status.
Precondition
MHC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
ACC_Initialize ();
Remarks
This function must be called only once and before any other ACC function is called.