oled 1.0
OLED Graphics Control Library
|
Source file with implementation of system clock initialization. More...
#include "system.h"
Functions | |
void | system_init (void) |
Initializes the system clock configuration of the microcontroller. |
Source file with implementation of system clock initialization.
This file contains the implementation of the system initialization routine, which configures the main system clock, optional prescaler, and oscillator standby behavior for AVR microcontrollers.
Functionality includes:
void system_init | ( | void | ) |
Initializes the system clock configuration of the microcontroller.
This function configures and enables the main system clock source and (optionally) the peripheral clock prescaler. The initialization sequence includes: