1.2.17.1 1.3.19.1 1.4.17.1 1.5.18.1 1.29.18.1 1.30.13.1 1.31.13.1 1.32.20.1 1.33.13.1 1.37.14.1 1.38.17.1 1.39.14.1 1.40.16.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.