bq2429x_fault_t Struct Reference

Device faults. More...

Detailed Description

Device faults.

Definition at line 140 of file bq2429x.h.

#include <bq2429x.h>

Data Fields

bool watchdog
 Watchdog fault. More...
 
bool otg
 OTG fault. More...
 
bq2429x_chrg_fault_t chrg
 Charge fault.
 
bool bat
 Battery fault.
 
bool ntc_fault_1
 NTC fault (1). More...
 
bool ntc_fault_0
 NTC fault (0). More...
 

Field Documentation

◆ ntc_fault_0

bool bq2429x_fault_t::ntc_fault_0

NTC fault (0).

false = Normal. true = Cold note.

Definition at line 173 of file bq2429x.h.

◆ ntc_fault_1

bool bq2429x_fault_t::ntc_fault_1

NTC fault (1).

false = Normal. true = Hot note.

Definition at line 167 of file bq2429x.h.

◆ otg

bool bq2429x_fault_t::otg

OTG fault.

false = Normal. true = VBUS overloaded in OTG, or VBUS OVP, or battery is too low.

Definition at line 153 of file bq2429x.h.

◆ watchdog

bool bq2429x_fault_t::watchdog

Watchdog fault.

false = Normal. true = Watchdog timer expiration.

Definition at line 146 of file bq2429x.h.


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