Oscillator management using the Xmega OSC module. More...
#include <regs/xmega_osc.h>#include <assert.h>#include <types.h>Go to the source code of this file.
Functions | |
| static __always_inline void | osc_enable_internal (uint8_t id) |
| Enable internal oscillator id. | |
| static void | osc_enable_external (uint8_t id) |
| Enable external oscillator id. | |
Oscillator Management | |
| static __always_inline void | osc_disable (uint8_t id) |
| Disable oscillator id. | |
| static bool | osc_is_running (uint8_t id) |
| Determine whether oscillator id is running. | |
Oscillator management using the Xmega OSC module.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file osc.h.
1.6.3