1.1.3.1 void ECIA_Initialize(void) Function
C
void ECIA_Initialize(void)
Summary
Initializes the ECIA module based on the MCC configuration
Description
Initializes the ECIA module based on the MCC configuration. This API is called by the SYS_Initialize() API and application need to call this API.
Precondition
None.
Parameters
None
Returns
None
Example
ECIA_Initialize();
Remarks
None