1.3.7.2 1.5.6.2 1.29.7.2 DIVAS_Initialize Function
C
void DIVAS_Initialize(void)
Summary
Initializes DIVAS peripheral.
Description
This function initializes DIVAS peripheral with the values configured in MCC GUI.
Precondition
MCC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
DIVAS_Initialize();
Remarks
This function must be called before any other DIVAS function is called. This function should only be called once during system initialization.