1#ifndef INCLUDE_GUARD__EPS_POWER_MANAGEMENT_H__
2#define INCLUDE_GUARD__EPS_POWER_MANAGEMENT_H__
uint16_t EPS_current_mA_threshhold[32]
Definition eps_power_management.c:12
uint8_t EPS_monitor_and_disable_overcurrent_channels()
Monitors the power consumption of each channel.
Definition eps_power_management.c:57
void EPS_channel_management(const EPS_struct_pdu_housekeeping_data_eng_t *EPS_pdu_housekeeping_data_eng)
Monitor the power consumption of each channel and disable any channels that exceed a certain threshol...
Definition eps_power_management.c:85
void EPS_CMD_power_management_set_current_threshold(uint8_t channel, uint16_t threshold)
Definition eps_power_management.c:144
Definition eps_types.h:130