Hanna
Sourcecode Batteriemanagementsystem |
Chip-specific system clock management functions. Mehr ...
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) |
Chip-specific system clock management functions.
Copyright (c) 2010-2015 Atmel Corporation. All rights reserved.
Definiert in Datei sysclk.c.
void sysclk_disable_module | ( | enum sysclk_port_id | port, |
uint8_t | id | ||
) |
Disable the clock to peripheral id on port port.
port | ID of the port to which the module is connected (one of the SYSCLK_PORT_* definitions). |
id | The ID (bitmask) of the peripheral module to be disabled. |
Definiert in Zeile 185 der Datei sysclk.c.
void sysclk_enable_module | ( | enum sysclk_port_id | port, |
uint8_t | id | ||
) |
Enable the clock to peripheral id on port port.
port | ID of the port to which the module is connected (one of the SYSCLK_PORT_* definitions). |
id | The ID (bitmask) of the peripheral module to be enabled. |
Definiert in Zeile 176 der Datei sysclk.c.