5.2.1 CLKCTRL

5.2.1.1 Introduction

The CLKCTRL controls, distributes and prescales the clock signals from the available oscillators. The CLKCTRL supports internal and external clock sources.

5.2.1.2 Supported Device Families

ATtiny ATmega

5.2.1.3 Required header files:

#include "mcc_generated_files/system/clock.h"

5.2.1.4 Module Documentation

5.2.1.4.1 CLKCTRL

This header file provides APIs for the CLKCTRL driver.

Module description

This header file provides APIs for the CLKCTRL driver.

Version: CLKCTRL Driver Version 1.0.1

Function Documentation

CLOCK_Initialize()

void CLOCK_Initialize (void )

Initializes the CLKCTRL module.

Parameters:
None.
Returns:

None.

5.2.1.5 File Documentation

5.2.1.5.1 source/clock.c File Reference

#include "../clock.h"

5.2.1.5.2 source/clock.h File Reference

#include "ccp.h"

Macros

Macro Definition Documentation

F_CPU

#define F_CPU 3333333UL