1.25.4.2 CLK_UPLLInitStart Function
C
void CLK_UPLLInitStart(void)
Summary
Starts initialization of UPLL Clock.
Description
This function starts initialization of UPLL Clock.
Precondition
Clock module should be configured using MHC Clock Manager and code should be generated.
Parameters
None.
Returns
None.
Example
//Example 2: Do not alter the configuration bit settings CLK_UPLLInitStart ( );
Remarks
None.