Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bq274xx.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 The Zephyr Contributors.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Relevant documents:
7 * - BQ27421
8 * Datasheet: https://www.ti.com/lit/gpn/bq27421-g1
9 * Technical reference manual: https://www.ti.com/lit/pdf/sluuac5
10 * - BQ27427
11 * Datasheet: https://www.ti.com/lit/gpn/bq27427
12 * Technical reference manual: https://www.ti.com/lit/pdf/sluucd5
13 */
14#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_BQ274XX_H_
15#define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_BQ274XX_H_
16
17/* Chemistry IDs for BQ27427 */
18#define BQ27427_CHEM_ID_A 0x3230
19#define BQ27427_CHEM_ID_B 0x1202
20#define BQ27427_CHEM_ID_C 0x3142
21
22/* Chemistry IDs for BQ27421 variants */
23#define BQ27421_G1A_CHEM_ID 0x0128
24#define BQ27421_G1B_CHEM_ID 0x0312
25#define BQ27421_G1D_CHEM_ID 0x3142
26
27#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_BQ274XX_H_ */