Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
pru_dynamic_t Struct Reference

#include <wpt.h>

Data Fields

uint8_t optional_fields
 
uint16_t vrect
 
uint16_t irect
 
uint16_t vout
 
uint16_t iout
 
int16_t temperature
 
uint16_t vrect_min_dyn
 
uint16_t vrect_set_dyn
 
uint16_t vrect_high_dyn
 
pru_alert_bits_t alerts
 
uint8_t pru_charge_port:1
 
uint8_t adjust_power_response:1
 
uint16_t prect
 
uint8_t putil
 
ptu_tester_command_t tester_command
 

Detailed Description

PRU Dynamic Parameter structure.

Definition at line 164 of file wpt.h.

Field Documentation

uint8_t optional_fields

Defines which optional fields are populated.

Definition at line 166 of file wpt.h.

uint16_t vrect

Voltage at diode output. [mV]

Definition at line 167 of file wpt.h.

uint16_t irect

Current at diode output. [mA]

Definition at line 168 of file wpt.h.

uint16_t vout

Voltage at charge/battery port. [mV]

Definition at line 169 of file wpt.h.

uint16_t iout

Current at charge/battery port. [mA]

Definition at line 170 of file wpt.h.

int16_t temperature

Temperature of PRU. [Deg C]

Definition at line 171 of file wpt.h.

uint16_t vrect_min_dyn

VRECT_LOW_LIMIT (dynamic value).

Definition at line 172 of file wpt.h.

uint16_t vrect_set_dyn

Desired VRECT (dynamic value).

Definition at line 173 of file wpt.h.

uint16_t vrect_high_dyn

VRECT_HIGH_LIMIT (dynamic value).

Definition at line 174 of file wpt.h.

Alerts bitfields

Definition at line 175 of file wpt.h.

uint8_t pru_charge_port

PRU charge port activated

Definition at line 176 of file wpt.h.

uint8_t adjust_power_response

PRU has limited it's power draw in response to Adjust Power Command.

Definition at line 177 of file wpt.h.

uint16_t prect

Vrect power. Derived value: vrect * irect. [mW * 100]

Definition at line 178 of file wpt.h.

uint8_t putil

Utilization of rated output [(prect / prectmax)

Definition at line 179 of file wpt.h.

ptu_tester_command_t tester_command

PTU tester command

Definition at line 180 of file wpt.h.


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