Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <pru_test_mux.h>
Data Fields | |
bool | vout_enable |
bool | charge_complete |
bool | wired_charge_detect |
bool | power_adjusted |
ctl_adj_power_t | adj_setting |
uint16_t | vrect |
uint16_t | irect |
uint16_t | vout |
uint16_t | iout |
uint16_t | temperature |
Collection of PRU HAL variables that can be overrided by test multiplexer.
Definition at line 36 of file pru_test_mux.h.
bool vout_enable |
Test multiplexer override value
Definition at line 38 of file pru_test_mux.h.
bool charge_complete |
Test multiplexer override value
Definition at line 39 of file pru_test_mux.h.
bool wired_charge_detect |
Test multiplexer override value
Definition at line 40 of file pru_test_mux.h.
bool power_adjusted |
Test multiplexer override value
Definition at line 41 of file pru_test_mux.h.
ctl_adj_power_t adj_setting |
Test multiplexer override value
Definition at line 42 of file pru_test_mux.h.
uint16_t vrect |
Test multiplexer override value
Definition at line 43 of file pru_test_mux.h.
uint16_t irect |
Test multiplexer override value
Definition at line 44 of file pru_test_mux.h.
uint16_t vout |
Test multiplexer override value
Definition at line 45 of file pru_test_mux.h.
uint16_t iout |
Test multiplexer override value
Definition at line 46 of file pru_test_mux.h.
uint16_t temperature |
Test multiplexer override value
Definition at line 47 of file pru_test_mux.h.