zephyr/drivers/adc
Henrik Brix Andersen 768482cb6a drivers: adc: mcp320x: fix compilation when using spi cs-gpios
Fix compilation of the MCP320x ADC driver when using SPI cs-gpios.

Fixes 0f7acb1dc3.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2020-08-21 14:31:40 -05:00
..
CMakeLists.txt drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
Kconfig.lmp90xxx
Kconfig.mcp320x drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig.mcux
Kconfig.nrfx adc: Kconfig: Remove per instance ADC_{0..2} Kconfig symbols 2020-05-04 09:04:16 -05:00
Kconfig.sam0
Kconfig.sam_afec
Kconfig.stm32
Kconfig.xec
adc_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_context.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_handlers.c
adc_lmp90xxx.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
adc_mchp_xec.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
adc_mcp320x.c drivers: adc: mcp320x: fix compilation when using spi cs-gpios 2020-08-21 14:31:40 -05:00
adc_mcux_adc12.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
adc_mcux_adc16.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
adc_nrfx_adc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_nrfx_saadc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_sam0.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
adc_sam_afec.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
adc_shell.c adc: adc_shell: suppress -Wchar-subscripts with isdigit() 2020-07-09 11:28:54 +02:00
adc_stm32.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00