zephyr/drivers/dac
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
CMakeLists.txt drivers: dac: add DAC shell commands 2020-05-01 12:35:50 -05:00
Kconfig drivers: dac: add DAC shell commands 2020-05-01 12:35:50 -05:00
Kconfig.mcux drivers: dac: add driver for the NXP Kinetis DAC 2020-05-01 12:35:50 -05:00
Kconfig.stm32
dac_handlers.c
dac_mcux_dac.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
dac_mcux_dac32.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
dac_shell.c tests: boards: board_shell: enable DAC commands 2020-05-01 12:35:50 -05:00
dac_stm32.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00