Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
pru_alert_bits_t Struct Reference

#include <wpt.h>

Data Fields

uint8_t pru_over_voltage:1
 
uint8_t pru_over_current:1
 
uint8_t pru_over_temperature:1
 
uint8_t pru_self_protection:1
 
uint8_t charge_complete:1
 
uint8_t wired_charge_detect:1
 

Detailed Description

Alert field used in both Alert Characteristic and Dynamic Parameters Characteristic.

Definition at line 132 of file wpt.h.

Field Documentation

uint8_t pru_over_voltage

Indicates that VRECT at the PRU has exceeded the OVP limit.

Definition at line 134 of file wpt.h.

uint8_t pru_over_current

Indicates that IRECT at the PRU has exceeded the PRU’s current limit.

Definition at line 135 of file wpt.h.

uint8_t pru_over_temperature

Indicates that measured temperature at the PRU has exceeded the PRU’s temperature limit.

Definition at line 136 of file wpt.h.

uint8_t pru_self_protection

Indicates that the PRU is protecting itself by reducing power to its load.

Definition at line 137 of file wpt.h.

uint8_t charge_complete

Indicates that the PRU does not require charging.

Definition at line 138 of file wpt.h.

uint8_t wired_charge_detect

Indicates that the PRU is powered by external wired power.

Definition at line 139 of file wpt.h.


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