1.16.5.1 1.17.5.1 1.18.6.1 1.19.5.1 1.20.5.1 1.21.6.1 1.22.7.1 1.23.7.1 CVR_Initialize Function
C
void CVR_Initialize (void);
Summary
Initializes CVR module of the device
Description
This function initializes CVR module of the device with the values configured in MHC GUI.
Precondition
None.
Parameters
None.
Returns
None.
Example
CVR_Initialize();
Remarks
This function must be called only once and before any other CVR function is called. This is taken care in initialization.c.