zephyr/drivers/dac
Yishai Jaffe 1b4cef325b shell: use shell_device_get_binding
Use shell_device_get_binding() instead of device_get_binding() so that
we get the device based on its name and in addition by its label.

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
2024-12-18 15:32:10 +01:00
..
CMakeLists.txt drivers: dac: Add dummy driver for vnd,dac 2024-10-02 09:51:19 +02:00
dac_ad56xx.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_ad559x.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_ad569x.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_dacx0501.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_dacx0508.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_dacx3608.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_esp32.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_gd32.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_handlers.c
dac_ltc166x.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_mcp4725.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_mcp4728.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_mcux_dac32.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_mcux_dac.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_mcux_gau.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_mcux_lpdac.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_sam0.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_sam.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_shell.c shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
dac_stm32.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
dac_test.c drivers: dac: Place API into iterable section 2024-12-02 22:05:33 +00:00
Kconfig drivers: dac: Add dummy driver for vnd,dac 2024-10-02 09:51:19 +02:00
Kconfig.ad56xx
Kconfig.ad559x
Kconfig.ad569x
Kconfig.dacx0501
Kconfig.dacx0508
Kconfig.dacx3608
Kconfig.esp32
Kconfig.gd32 soc: gd32: Drop PINCTRL from Kconfig.defconfig 2024-11-04 13:40:42 -06:00
Kconfig.ltc166x
Kconfig.mcp4725
Kconfig.mcp4728
Kconfig.mcux
Kconfig.sam soc: atmel: Drop PINCTRL from Kconfig.defconfig 2024-11-04 13:43:26 -06:00
Kconfig.sam0 soc: atmel: Drop PINCTRL from Kconfig.defconfig 2024-11-04 13:43:26 -06:00
Kconfig.stm32
Kconfig.test drivers: dac: Add dummy driver for vnd,dac 2024-10-02 09:51:19 +02:00