1.2.1.1 1.3.1.1 1.4.1.1 1.5.1.1 1.6.1.1 1.7.1.1 1.29.1.1 1.30.1.1 1.31.1.1 1.32.1.1 1.33.1.1 1.37.1.1 1.38.1.1 1.40.1.1 AC_Initialize Function
C
void AC_Initialize (void);
Summary
Initializes AC module of the device
Description
This function initializes AC 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
None.
Parameters
None.
Returns
None.
Example
AC_Initialize();
Remarks
This function must be called only once and before any other AC function is called. This is taken care in initialization.c.