zephyr/drivers/comparator
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: comparator: add fake comparator 2024-10-10 20:24:52 -04:00
comparator_fake_comp.c drivers: comparator: update API to use DEIVCE_API macros 2024-12-02 22:06:32 +00:00
comparator_handlers.c
comparator_mcux_acmp.c drivers: comparator: update API to use DEIVCE_API macros 2024-12-02 22:06:32 +00:00
comparator_nrf_comp.c drivers: comparator: update API to use DEIVCE_API macros 2024-12-02 22:06:32 +00:00
comparator_nrf_lpcomp.c drivers: comparator: update API to use DEIVCE_API macros 2024-12-02 22:06:32 +00:00
comparator_shell.c shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
Kconfig drivers: comparator: add fake comparator 2024-10-10 20:24:52 -04:00
Kconfig.fake_comp drivers: comparator: add fake comparator 2024-10-10 20:24:52 -04:00
Kconfig.mcux_acmp drivers: comparator: add mcux acmp device driver 2024-10-10 20:24:52 -04:00
Kconfig.nrf_comp
Kconfig.nrf_lpcomp drivers: comparator: add nRF LPCOMP device driver 2024-10-10 20:24:52 -04:00
Kconfig.shell drivers: comparator: add shell 2024-10-10 20:24:52 -04:00