dacx0508.h 478 B

1234567891011121314151617
  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. #define DACX0508_REF_INTERNAL_1 0x00
  9. #define DACX0508_REF_INTERNAL_1_2 0x01
  10. #define DACX0508_REF_EXTERNAL_1 0x02
  11. #define DACX0508_REF_EXTERNAL_1_2 0x03
  12. #define DACX0508_CHANNEL_GAIN_1 0x00
  13. #define DACX0508_CHANNEL_GAIN_2 0x01
  14. #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_ */