1.29.5.1 CLOCK_Initialize Function

C

void CLOCK_Initialize (void);

Summary

Initializes clock system.

Description

This function initializes complete clock system as per MCC configuration.

Preconditions

MCC GUI should be configured with the right values. Incorrect configuration of the Clock will result in incorrect peripheral behavior or a non functional device.

Returns

None.

Example

CLOCK_Initialize();