RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
_dcdc_setpoint_config Struct Reference

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_tbuckVDD1P8TargetVoltage
 
dcdc_buck_mode_1P0_target_vol_tbuckVDD1P0TargetVoltage
 
dcdc_standby_mode_1P8_target_vol_tstandbyVDD1P8TargetVoltage
 
dcdc_standby_mode_1P0_target_vol_tstandbyVDD1P0TargetVoltage
 

Detailed Description

DCDC configuration in set point mode.

Field Documentation

◆ buckVDD1P0TargetVoltage

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.

◆ buckVDD1P8TargetVoltage

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.

◆ enableDCDCMap

uint32_t _dcdc_setpoint_config::enableDCDCMap

The setpoint map that enable the DCDC module. Should be the OR'ed value of _dcdc_setpoint_map.

◆ enableDigLogicMap

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.

◆ lowpowerMap

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.

◆ standbyLowpowerMap

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.

◆ standbyMap

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.

◆ standbyVDD1P0TargetVoltage

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.

◆ standbyVDD1P8TargetVoltage

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.


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