Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pac194x.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Google, LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef PAC194X_H_DTS_BINDINGS
14#define PAC194X_H_DTS_BINDINGS
15
22
29#define PAC_UNIPOLAR_FSR 0
30#define PAC_BIPOLAR_FSR 1
31#define PAC_BIPOLAR_HALF_FSR 2
33
40#define PAC_ACCUM_VPOWER 0
41#define PAC_ACCUM_VSENSE 1
42#define PAC_ACCUM_VBUS 2
44
51#define PAC_REFRESH_MANUAL 0
52#define PAC_REFRESH_AUTO_WAIT 1
53#define PAC_REFRESH_AUTO_NOWAIT 2
55
57
58#endif /* PAC194X_H_DTS_BINDINGS */