![]() |
FOSSASAT-1B
|
Power configuration strutcture, each entry is one bit long. Total 1 byte, lowPowerModeActive is the least significant bit. More...
#include <power_control.h>
Data Fields | |
uint8_t | lowPowerModeActive: 1 |
uint8_t | lowPowerModeEnabled: 1 |
uint8_t | mpptTempSwitchEnabled: 1 |
uint8_t | mpptKeepAliveEnabled: 1 |
uint8_t | transmitEnabled: 1 |
Power configuration strutcture, each entry is one bit long. Total 1 byte, lowPowerModeActive is the least significant bit.
Definition at line 15 of file power_control.h.
uint8_t powerConfigBits_t::lowPowerModeActive |
Definition at line 16 of file power_control.h.
uint8_t powerConfigBits_t::lowPowerModeEnabled |
Definition at line 17 of file power_control.h.
uint8_t powerConfigBits_t::mpptKeepAliveEnabled |
Definition at line 19 of file power_control.h.
uint8_t powerConfigBits_t::mpptTempSwitchEnabled |
Definition at line 18 of file power_control.h.
uint8_t powerConfigBits_t::transmitEnabled |
Definition at line 20 of file power_control.h.