17 lines
425 B
C
17 lines
425 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
|
|
#ifndef _DT_BINDINGS_ADI_AD4695_H
|
|
#define _DT_BINDINGS_ADI_AD4695_H
|
|
|
|
#define AD4695_COMMON_MODE_REFGND 0xFF
|
|
#define AD4695_COMMON_MODE_COM 0xFE
|
|
|
|
#define AD4695_TRIGGER_EVENT_BUSY 0
|
|
#define AD4695_TRIGGER_EVENT_ALERT 1
|
|
|
|
#define AD4695_TRIGGER_PIN_GP0 0
|
|
#define AD4695_TRIGGER_PIN_GP2 2
|
|
#define AD4695_TRIGGER_PIN_GP3 3
|
|
|
|
#endif /* _DT_BINDINGS_ADI_AD4695_H */
|