RTEMS 6.1-rc1
|
Bandgap config in static mode. More...
#include <fsl_pmu.h>
Data Fields | |
uint8_t | powerDownOption |
bool | enableLowPowerMode |
pmu_bandgap_output_VBG_voltage_value_t | outputVoltage |
pmu_bandgap_output_current_value_t | outputCurrent |
Bandgap config in static mode.
bool _pmu_static_bandgap_config::enableLowPowerMode |
Turn on/off the Low power mode.
pmu_bandgap_output_current_value_t _pmu_static_bandgap_config::outputCurrent |
The output current from the bandgap to the temperature sensors.
pmu_bandgap_output_VBG_voltage_value_t _pmu_static_bandgap_config::outputVoltage |
The output VBG voltage of Bandgap.
uint8_t _pmu_static_bandgap_config::powerDownOption |
The OR'ed value of _pmu_static_bandgap_power_down_option. Please refer to _pmu_static_bandgap_power_down_option.