1.3.12.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.