FOSSASAT-1B
Loading...
Searching...
No Matches
powerConfigBits_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ lowPowerModeActive

uint8_t powerConfigBits_t::lowPowerModeActive

Definition at line 16 of file power_control.h.

◆ lowPowerModeEnabled

uint8_t powerConfigBits_t::lowPowerModeEnabled

Definition at line 17 of file power_control.h.

◆ mpptKeepAliveEnabled

uint8_t powerConfigBits_t::mpptKeepAliveEnabled

Definition at line 19 of file power_control.h.

◆ mpptTempSwitchEnabled

uint8_t powerConfigBits_t::mpptTempSwitchEnabled

Definition at line 18 of file power_control.h.

◆ transmitEnabled

uint8_t powerConfigBits_t::transmitEnabled

Definition at line 20 of file power_control.h.


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