SmartSnippets DA1459x SDK
Data Fields
ad_pmu_rail_config_t Struct Reference

Rail configuration. More...

#include <ad_pmu.h>

Data Fields

bool enabled_onwakeup
 true if rail is enabled in wakeup / active state
 
bool enabled_onsleep
 true if rail is enabled in sleep state
 
union {
   struct {
      HW_PMU_VDD_VOLTAGE   voltage_onwakeup
 VDD rail voltage configuration in wakeup / active state.
 
      HW_PMU_VDD_VOLTAGE   voltage_onsleep
 VDD rail voltage configuration in sleep state.
 
      HW_PMU_VDD_MAX_LOAD   current_onwakeup
 VDD rail current configuration in wakeup / active state.
 
      HW_PMU_VDD_MAX_LOAD   current_onsleep
 VDD rail current configuration in sleep state.
 
   }   rail_vdd
 VDD rail voltage and current configuration.
 
   struct {
      HW_PMU_VDCDC_VOLTAGE   voltage_onwakeup
 VDCDC rail voltage configuration in wakeup / active state.
 
      HW_PMU_VDCDC_MAX_LOAD   current_onwakeup
 VDCDC rail current configuration in wakeup / active state.
 
      HW_PMU_VDCDC_MAX_LOAD   current_onsleep
 VDCDC rail current configuration in sleep state.
 
   }   rail_vdcdc
 VDCDC rail voltage and current configuration.
 
   struct {
      HW_PMU_1V8_MAX_LOAD   current_onwakeup
 1V8 rail current configuration in wakeup / active state
 
      HW_PMU_1V8_MAX_LOAD   current_onsleep
 1V8 rail current configuration in sleep state
 
   }   rail_1v8
 1V8 rail current configuration
 
}; 
 rail voltage and current configuration
 

Detailed Description

Rail configuration.


The documentation for this struct was generated from the following file: