RTEMS 6.1-rc1
|
DCDC configuration in set point mode. More...
#include <fsl_dcdc.h>
Data Fields | |
uint32_t | enableDCDCMap |
uint32_t | enableDigLogicMap |
uint32_t | lowpowerMap |
uint32_t | standbyMap |
uint32_t | standbyLowpowerMap |
dcdc_buck_mode_1P8_target_vol_t * | buckVDD1P8TargetVoltage |
dcdc_buck_mode_1P0_target_vol_t * | buckVDD1P0TargetVoltage |
dcdc_standby_mode_1P8_target_vol_t * | standbyVDD1P8TargetVoltage |
dcdc_standby_mode_1P0_target_vol_t * | standbyVDD1P0TargetVoltage |
DCDC configuration in set point mode.
dcdc_buck_mode_1P0_target_vol_t* _dcdc_setpoint_config::buckVDD1P0TargetVoltage |
Point to the array that store the target voltage level of VDD1P0 in buck mode, please refer to dcdc_buck_mode_1P0_target_vol_t. Note that the pointed array must have 16 elements.
dcdc_buck_mode_1P8_target_vol_t* _dcdc_setpoint_config::buckVDD1P8TargetVoltage |
Point to the array that store the target voltage level of VDD1P8 in buck mode, please refer to dcdc_buck_mode_1P8_target_vol_t. Note that the pointed array must have 16 elements.
uint32_t _dcdc_setpoint_config::enableDCDCMap |
The setpoint map that enable the DCDC module. Should be the OR'ed value of _dcdc_setpoint_map.
uint32_t _dcdc_setpoint_config::enableDigLogicMap |
The setpoint map that enable the DCDC dig logic. Should be the OR'ed value of _dcdc_setpoint_map.
uint32_t _dcdc_setpoint_config::lowpowerMap |
The setpoint map that enable the DCDC Low powermode. Should be the OR'ed value of _dcdc_setpoint_map.
uint32_t _dcdc_setpoint_config::standbyLowpowerMap |
The setpoint map that enable the DCDC low power mode, when the related setpoint is in standby mode. Please refer to _dcdc_setpoint_map.
uint32_t _dcdc_setpoint_config::standbyMap |
The setpoint map that enable the DCDC standby mode. Should be the OR'ed value of _dcdc_setpoint_map.
dcdc_standby_mode_1P0_target_vol_t* _dcdc_setpoint_config::standbyVDD1P0TargetVoltage |
Point to the array that store the target voltage level of VDD1P0 in standby mode, please refer to dcdc_standby_mode_1P0_target_vol_t. Note that the pointed array must have 16 elements.
dcdc_standby_mode_1P8_target_vol_t* _dcdc_setpoint_config::standbyVDD1P8TargetVoltage |
Point to the array that store the target voltage level of VDD1P8 in standby mode, please refer to dcdc_standby_mode_1P8_target_vol_t. Note that the pointed array must have 16 elements.