18 lines
478 B
C
18 lines
478 B
C
/*
|
|
* Copyright (c) 2020 M2I Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_
|
|
#define ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_
|
|
|
|
#define DACX0508_REF_INTERNAL_1 0x00
|
|
#define DACX0508_REF_INTERNAL_1_2 0x01
|
|
#define DACX0508_REF_EXTERNAL_1 0x02
|
|
#define DACX0508_REF_EXTERNAL_1_2 0x03
|
|
|
|
#define DACX0508_CHANNEL_GAIN_1 0x00
|
|
#define DACX0508_CHANNEL_GAIN_2 0x01
|
|
|
|
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_ */
|