Line data Source code
1 0 : /*
2 : * Copyright (c) 2020 M2I Corporation
3 : *
4 : * SPDX-License-Identifier: Apache-2.0
5 : */
6 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_
7 : #define ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_
8 :
9 0 : #define DACX0508_REF_INTERNAL_1 0x00
10 0 : #define DACX0508_REF_INTERNAL_1_2 0x01
11 0 : #define DACX0508_REF_EXTERNAL_1 0x02
12 0 : #define DACX0508_REF_EXTERNAL_1_2 0x03
13 :
14 0 : #define DACX0508_CHANNEL_GAIN_1 0x00
15 0 : #define DACX0508_CHANNEL_GAIN_2 0x01
16 :
17 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_ */
|