zephyr/drivers/adc
Bartosz Bilas e077fb73ec drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt`
`spi_is_ready` function is being deprecated in favor of
`spi_is_ready_dt` so let's replace the old usage in the tree.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
2022-12-07 09:40:23 -06:00
..
CMakeLists.txt drivers: ti: cc13xx/cc26xx: implement ADC driver 2022-11-04 17:31:59 -04:00
Kconfig drivers: ti: cc13xx/cc26xx: implement ADC driver 2022-11-04 17:31:59 -04:00
Kconfig.adc_emul
Kconfig.ads1x1x
Kconfig.ads1119
Kconfig.b91
Kconfig.cc13xx_cc26xx drivers: ti: cc13xx/cc26xx: implement ADC driver 2022-11-04 17:31:59 -04:00
Kconfig.cc32xx
Kconfig.gd32
Kconfig.it8xxx2
Kconfig.lmp90xxx crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
Kconfig.mcp320x
Kconfig.mcux
Kconfig.npcx
Kconfig.nrfx
Kconfig.rpi_pico
Kconfig.sam0
Kconfig.sam_afec
Kconfig.stm32
Kconfig.test
Kconfig.xec
adc_ads1x1x.c drivers: adc: fix ref_internal for ads1x1x 2022-11-08 11:33:25 -06:00
adc_ads1119.c
adc_b91.c
adc_cc13xx_cc26xx.c drivers: ti: cc13xx/cc26xx: implement ADC driver 2022-11-04 17:31:59 -04:00
adc_cc32xx.c
adc_common.c
adc_context.h
adc_emul.c
adc_gd32.c
adc_handlers.c
adc_ite_it8xxx2.c
adc_lmp90xxx.c drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` 2022-12-07 09:40:23 -06:00
adc_mchp_xec.c
adc_mchp_xec_v2.c
adc_mcp320x.c drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` 2022-12-07 09:40:23 -06:00
adc_mcux_12b1msps_sar.c
adc_mcux_adc12.c
adc_mcux_adc16.c
adc_mcux_lpadc.c
adc_npcx.c driver: adc: npcx: enable adding work queue for adc comparator 2022-10-21 10:29:30 -05:00
adc_nrfx_adc.c
adc_nrfx_saadc.c
adc_rpi_pico.c
adc_sam0.c drivers: adc: sam0: fix compliation for feature SAMs for C21. 2022-10-25 15:48:13 -07:00
adc_sam_afec.c
adc_shell.c shell: support setting help string for each entry in a dictionary command 2022-12-05 18:40:46 +01:00
adc_stm32.c
adc_test.c