1.31.13.1 PORT_Initialize Function
C
void PORT_Initialize(void)
Summary
Initializes the PORT Library.
Description
This function initializes all ports and pins as configured in the MHC Pin Manager.
Precondition
None.
Parameters
None.
Returns
None.
Example
PORT_Initialize();
Remarks
The function should be called once before calling any other PORTS PLIB functions.