Hanna
Sourcecode Batteriemanagementsystem
Funktionen
sysclk.c-Dateireferenz

Chip-specific system clock management functions. Mehr ...

#include <compiler.h>
#include <sysclk.h>
#include <osc.h>
#include <pll.h>
Include-Abhängigkeitsdiagramm für sysclk.c:

gehe zum Quellcode dieser Datei

Funktionen

void sysclk_disable_module (enum sysclk_port_id port, uint8_t id)
 Disable the clock to peripheral id on port port. Mehr ...
 
void sysclk_enable_module (enum sysclk_port_id port, uint8_t id)
 Enable the clock to peripheral id on port port. Mehr ...
 
void sysclk_init (void)
 

Ausführliche Beschreibung

Chip-specific system clock management functions.

Copyright (c) 2010-2015 Atmel Corporation. All rights reserved.

Definiert in Datei sysclk.c.

Dokumentation der Funktionen

void sysclk_disable_module ( enum sysclk_port_id  port,
uint8_t  id 
)

Disable the clock to peripheral id on port port.

Parameter
portID of the port to which the module is connected (one of the SYSCLK_PORT_* definitions).
idThe ID (bitmask) of the peripheral module to be disabled.

Definiert in Zeile 185 der Datei sysclk.c.

Hier ist ein Graph, der zeigt, was diese Funktion aufruft:

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

void sysclk_enable_module ( enum sysclk_port_id  port,
uint8_t  id 
)

Enable the clock to peripheral id on port port.

Parameter
portID of the port to which the module is connected (one of the SYSCLK_PORT_* definitions).
idThe ID (bitmask) of the peripheral module to be enabled.

Definiert in Zeile 176 der Datei sysclk.c.

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird: