CC26xx Driver Library
sys_ctrl.c File Reference
#include "../inc/hw_types.h"
#include "../inc/hw_ccfg.h"
#include "aon_batmon.h"
#include "sys_ctrl.h"
#include "setup_rom.h"

Data Structures

struct  PowerQualGlobals_t
 

Macros

#define PD_STATE_CACHE_RET   1
 
#define PD_STATE_RFMEM_RET   2
 
#define PD_STATE_XOSC_LPM   4
 
#define PD_STATE_EXT_REG_MODE   8
 

Functions

void SysCtrlSetRechargeBeforePowerDown (uint32_t xoscPowerMode)
 Set Recharge values before entering Power Down. More...
 
void SysCtrlAdjustRechargeAfterPowerDown (void)
 Adjust Recharge calculations to be used next. More...
 
void SysCtrl_DCDC_VoltageConditionalControl (void)
 Turns DCDC on or off depending of what is considered to be optimal usage. More...
 
uint32_t SysCtrlResetSourceGet (void)
 Returns last reset source (including "wakeup from shutdown"). More...
 

Variables

static PowerQualGlobals_t powerQualGlobals
 

Macro Definition Documentation

#define PD_STATE_CACHE_RET   1
#define PD_STATE_EXT_REG_MODE   8
#define PD_STATE_RFMEM_RET   2
#define PD_STATE_XOSC_LPM   4

Variable Documentation

PowerQualGlobals_t powerQualGlobals
static