![]() |
no-OS
|
Structure for Stout machine. More...
#include <state_machine.h>
Public Attributes | |
| struct ade9113_dev * | ade9113 |
| struct no_os_gpio_desc * | relay |
| struct no_os_gpio_desc * | gpio_led [LED_NO] |
| enum charger_state_e | current_state |
| enum charger_state_e | previous_state |
| uint32_t | pwm_low_val |
| uint32_t | pwm_high_val |
| int32_t | v2_val |
| int32_t | v1_val |
| int32_t | i_val |
| int32_t | temperature |
| uint8_t | ac_dc |
| uint8_t | grid |
| uint16_t | i_limit |
| uint16_t | i_limit_not_ch |
| struct no_os_gpio_desc * | gpio_rcm_test |
| struct no_os_gpio_desc * | gpio_rcddc |
| struct no_os_gpio_desc * | gpio_rcdac |
| enum interface_err_status_e | err_status |
Structure for Stout machine.
| uint8_t stout::ac_dc |
| struct ade9113_dev* stout::ade9113 |
| enum charger_state_e stout::current_state |
| enum interface_err_status_e stout::err_status |
| struct no_os_gpio_desc* stout::gpio_led[LED_NO] |
| struct no_os_gpio_desc* stout::gpio_rcdac |
| struct no_os_gpio_desc* stout::gpio_rcddc |
| struct no_os_gpio_desc* stout::gpio_rcm_test |
| uint8_t stout::grid |
| uint16_t stout::i_limit |
| uint16_t stout::i_limit_not_ch |
| int32_t stout::i_val |
| enum charger_state_e stout::previous_state |
| uint32_t stout::pwm_high_val |
| uint32_t stout::pwm_low_val |
| struct no_os_gpio_desc* stout::relay |
| int32_t stout::temperature |
| int32_t stout::v1_val |
| int32_t stout::v2_val |