EFM32 Leopard Gecko Software Documentation
efm32lg-doc-4.2.1
|
Energy Management Unit (EMU) Peripheral API. More...
#include <limits.h>
#include "em_emu.h"
#include "em_cmu.h"
#include "em_system.h"
#include "em_assert.h"
Go to the source code of this file.
Functions | |
void | EMU_EnterEM2 (bool restore) |
Enter energy mode 2 (EM2). More... | |
void | EMU_EnterEM3 (bool restore) |
Enter energy mode 3 (EM3). More... | |
void | EMU_EnterEM4 (void) |
Enter energy mode 4 (EM4). More... | |
void | EMU_MemPwrDown (uint32_t blocks) |
Power down memory block. More... | |
void | EMU_UpdateOscConfig (void) |
Update EMU module with CMU oscillator selection/enable status. More... | |
void | EMU_EM23Init (EMU_EM23Init_TypeDef *em23Init) |
Update EMU module with Energy Mode 2 and 3 configuration. More... | |
void | EMU_EM4Init (EMU_EM4Init_TypeDef *em4Init) |
Update EMU module with Energy Mode 4 configuration. More... | |
void | EMU_BUPDInit (EMU_BUPDInit_TypeDef *bupdInit) |
Configure Backup Power Domain settings. More... | |
void | EMU_BUThresholdSet (EMU_BODMode_TypeDef mode, uint32_t value) |
Configure Backup Power Domain BOD Threshold value. More... | |
void | EMU_BUThresRangeSet (EMU_BODMode_TypeDef mode, uint32_t value) |
Configure Backup Power Domain BOD Threshold Range. More... | |
(C) Copyright 2015 Silicon Labs, http://www.silabs.com
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no obligation to support this Software. Silicon Labs is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.
Silicon Labs will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.
Definition in file em_emu.c.