Loading...
Searching...
No Matches
bq2429x_params_t Struct Reference

BQ2429x device parameters. More...

Detailed Description

BQ2429x device parameters.

Definition at line 243 of file bq2429x.h.

#include <bq2429x.h>

Data Fields

i2c_t i2c
 I2C device.
 
gpio_t ce_pin
 Charge Enable pin (optional)
 
gpio_t otg_pin
 OTG Enable pin (optional)
 
bq2429x_input_voltage_limit_t vlim
 Voltage limit.
 
bq2429x_input_current_limit_t ilim
 Current limit.
 
bq2429x_charge_current_t ichg
 Charge current limit.
 
bq2429x_charge_voltage_limit_t vreg
 Charge voltage limit.
 

Field Documentation

◆ ce_pin

gpio_t bq2429x_params_t::ce_pin

Charge Enable pin (optional)

Definition at line 248 of file bq2429x.h.

◆ i2c

i2c_t bq2429x_params_t::i2c

I2C device.

Definition at line 244 of file bq2429x.h.

◆ ichg

bq2429x_charge_current_t bq2429x_params_t::ichg

Charge current limit.

Definition at line 252 of file bq2429x.h.

◆ ilim

bq2429x_input_current_limit_t bq2429x_params_t::ilim

Current limit.

Definition at line 251 of file bq2429x.h.

◆ otg_pin

gpio_t bq2429x_params_t::otg_pin

OTG Enable pin (optional)

Definition at line 249 of file bq2429x.h.

◆ vlim

bq2429x_input_voltage_limit_t bq2429x_params_t::vlim

Voltage limit.

Definition at line 250 of file bq2429x.h.

◆ vreg

bq2429x_charge_voltage_limit_t bq2429x_params_t::vreg

Charge voltage limit.

Definition at line 253 of file bq2429x.h.


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