SAM3/SAM4 Sleep manager implementation. More...
Go to the source code of this file.
Enumerations | |
enum | sleepmgr_mode { SLEEPMGR_ACTIVE = 0, SLEEPMGR_SLEEP_WFE, SLEEPMGR_SLEEP_WFI, SLEEPMGR_WAIT_FAST, SLEEPMGR_WAIT, SLEEPMGR_BACKUP, SLEEPMGR_NR_OF_MODES } |
Sleep mode locks. More... | |
Functions | |
static void | sleepmgr_sleep (const enum sleepmgr_mode sleep_mode) |
SAM3/SAM4 Sleep manager implementation.
Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file sam/sleepmgr.h.
|
inlinestatic |
Definition at line 90 of file sam/sleepmgr.h.