Boost converter feedback declarations. More...
#include <power_control/devices/dev_boost_typedef.h>
Data Fields | |
volatile struct BOOST_ADC_INPUT_SETTINGS_s | ad_vin |
ADC input sampling input voltage. More... | |
volatile struct BOOST_ADC_INPUT_SETTINGS_s | ad_vout |
ADC input sampling output voltage. More... | |
volatile struct BOOST_ADC_INPUT_SETTINGS_s | ad_isns [BOOST_MPHASE_COUNT] |
ADC input sampling phase current. More... | |
volatile struct BOOST_ADC_INPUT_SETTINGS_s | ad_temp |
ADC input sampling temperature. More... | |
Boost converter feedback declarations.
Definition at line 476 of file dev_boost_typedef.h.
volatile struct BOOST_ADC_INPUT_SETTINGS_s ad_isns[BOOST_MPHASE_COUNT] |
ADC input sampling phase current.
Definition at line 480 of file dev_boost_typedef.h.
volatile struct BOOST_ADC_INPUT_SETTINGS_s ad_temp |
ADC input sampling temperature.
Definition at line 481 of file dev_boost_typedef.h.
volatile struct BOOST_ADC_INPUT_SETTINGS_s ad_vin |
ADC input sampling input voltage.
Definition at line 478 of file dev_boost_typedef.h.
volatile struct BOOST_ADC_INPUT_SETTINGS_s ad_vout |
ADC input sampling output voltage.
Definition at line 479 of file dev_boost_typedef.h.