1.2.13.1 1.3.12.1 1.4.10.1 1.5.11.1 1.6.12.1 1.7.13.1 1.9.11.1 1.29.12.1 1.32.13.1 1.38.10.1 1.40.10.1 FREQM_Initialize Function
C
void FREQM_Initialize(void)
Summary
Initializes FREQM module.
Description
This function initializes FREQM module with the values configured in MHC GUI. Once the peripheral is initialized, measurement APIs can be called to perfrom frequency measurement.
Precondition
MHC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
FREQM_Initialize();
Remarks
This function must be called before any other FREQM function is called.