#include <power_control/devices/dev_boost_typedef.h>
Collaboration diagram for BOOST_CONVERTER_SETTINGS_s:Data Fields | |
| enum BOOST_CONTROL_MODE_e | control_mode |
| Fundamental control mode. More... | |
| volatile uint16_t | no_of_phases |
| number of converter phases More... | |
| volatile uint16_t | v_ref |
| User reference setting used to control the power converter controller. More... | |
| volatile uint16_t | i_ref |
| User reference setting used to control the power converter controller. More... | |
| volatile uint16_t | i_ref_startup |
| User setting of the initial current reference at startup (used to limit startup currents) More... | |
Definition at line 348 of file dev_boost_typedef.h.
| enum BOOST_CONTROL_MODE_e control_mode |
Fundamental control mode.
Definition at line 350 of file dev_boost_typedef.h.
| volatile uint16_t i_ref |
User reference setting used to control the power converter controller.
Definition at line 353 of file dev_boost_typedef.h.
| volatile uint16_t i_ref_startup |
User setting of the initial current reference at startup (used to limit startup currents)
Definition at line 354 of file dev_boost_typedef.h.
| volatile uint16_t no_of_phases |
number of converter phases
Definition at line 351 of file dev_boost_typedef.h.
| volatile uint16_t v_ref |
User reference setting used to control the power converter controller.
Definition at line 352 of file dev_boost_typedef.h.