| Xmega Application Note | |||||
Chip-specific system clock management functions. More...
#include <compiler.h>#include <stdbool.h>#include <sysclk.h>#include <avr32/io.h>#include <flashc.h>#include <gpio.h>
Go to the source code of this file.
Functions | |
| void | sysclk_disable_pbb_module (unsigned int index) |
| Disable a module clock derived from the PBB clock. | |
| void | sysclk_priv_disable_module (unsigned int bus_id, unsigned int module_index) |
| Disable a maskable module clock. | |
| void | sysclk_priv_enable_module (unsigned int bus_id, unsigned int module_index) |
| Enable a maskable module clock. | |
System Clock Initialization | |
| void | sysclk_init (void) |
| Initialize the synchronous clock system. | |
Chip-specific system clock management functions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file sysclk.c.
Generated on Fri Oct 22 12:15:25 2010 for AVR1300 Using the Xmega ADC by 1.6.3
|