Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dacx0508.h
Go to the documentation of this file.
1/*
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#define DACX0508_REF_INTERNAL_1 0x00
10#define DACX0508_REF_INTERNAL_1_2 0x01
11#define DACX0508_REF_EXTERNAL_1 0x02
12#define DACX0508_REF_EXTERNAL_1_2 0x03
13
14#define DACX0508_CHANNEL_GAIN_1 0x00
15#define DACX0508_CHANNEL_GAIN_2 0x01
16
17#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_ */