3.3.4.1 DIVAS_Initialize
Initializes DIVAS peripheral.
This function initializes DIVAS peripheral with the values configured in MCC GUI. This function must be called before any other DIVAS function is called. This function should only be called once during system initialization.
void
DIVAS_Initialize
(
void
);
Precondition
- MCC GUI should be configured with the right values.
Parameters
- void
Returns
- void
