zephyr/drivers/dac
Matija Tudan 1463596205 drivers: dac: added driver for TI DACx3608
The DAC53608 and DAC43608 (DACx3608) are lowpower, eight-channel,
voltage-output, 10-bit or 8-bit digital-to-analog converters (DACs)
respectively. They support I2C with a wide power supply range
from 1.8 V to 5.5 V, and a full scale output voltage range of
1.8 V to 5.5 V. The DACx3608 also includes per channel, user
programmable, power down registers.

Signed-off-by: Matija Tudan <mtudan@mobilisis.hr>
2021-01-24 14:28:05 -05:00
..
CMakeLists.txt drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
dac_dacx0508.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_dacx3608.c drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
dac_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dac_mcux_dac.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_mcux_dac32.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_sam0.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dac_stm32.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
Kconfig drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
Kconfig.dacx0508 drivers: dac: Added driver for TI DACx0508 2020-08-26 12:24:43 +02:00
Kconfig.dacx3608 drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
Kconfig.mcux drivers: dac: mcux_dac32: add Kconfig option for enabling test output 2020-07-03 08:05:25 -04:00
Kconfig.sam0 drivers: dac: add a driver for the SAM0 DAC 2020-08-04 16:08:48 -05:00
Kconfig.stm32 drivers: dac: Add support for STM32L0 series 2020-04-20 17:41:48 +02:00