1.25.4.4 CLK_UPLLInitEnd Function

C

void CLK_UPLLInitEnd(void)

Summary

Ends initialization of UPLL Clock.

Description

This function ends initialization of UPLL Clock.

Precondition

Clock module should be configured using MHC Clock Manager and code should be generated, and CLK_UPLLInitStart() and CLK_UPLLInitMiddle() must be called before this function call.

Parameters

None.

Returns

None.

Example

//Example 4: Do not alter the configuration bit settings
CLK_UPLLInitStart();
// Insert Delay function here
CLK_UPLLInitMiddle();
// Insert Delay function here
CLK_UPLLInitEnd();

Remarks

None.