3.3.4.1 EMAFE_Initialize Function
C
void EMAFE_Initialize ( void );
Summary
Initializes given instance of EMAFE peripheral.
Description
This function initializes given instance of EMAFE peripheral of the device with the values configured in MCC GUI. Once the peripheral is initialized, peripheral can be used for capturing samples.
Precondition
MCC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
EMAFE_Initialize();
Remarks
This function must be called before any other EMAFE function is called. This function should only be called once during system initialization.
