| Xmega Application Note | |||||
Sleep manager. More...
#include <compiler.h>#include <sleep.h>#include <parts.h>
Go to the source code of this file.
Functions | |
| static void | sleepmgr_init (void) |
| Initialize the lock counts. | |
| static void | sleepmgr_lock_mode (enum sleepmgr_mode mode) |
| Increase lock count for a sleep mode. | |
| static void | sleepmgr_unlock_mode (enum sleepmgr_mode mode) |
| Decrease lock count for a sleep mode. | |
Sleep manager.
Copyright (C) 2010 Atmel Corporation. All rights reserved.
Definition in file sleepmgr.h.
Generated on Fri Oct 22 12:15:25 2010 for AVR1300 Using the Xmega ADC by 1.6.3
|