zephyr/drivers/adc
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_mchp_xec.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_mcp320x.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_mcux_adc12.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_mcux_adc16.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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_sam_afec.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_sam0.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig adc: Kconfig: Remove per instance ADC_{0..2} Kconfig symbols 2020-05-04 09:04:16 -05:00
Kconfig.lmp90xxx drivers: adc: add LMP90xxx ADC driver with GPIO 2020-01-09 17:27:52 +01:00
Kconfig.mcp320x drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig.mcux boards: frdm_kw41z: Override ADC vref choice properly 2020-02-14 22:12:21 +02:00
Kconfig.nrfx adc: Kconfig: Remove per instance ADC_{0..2} Kconfig symbols 2020-05-04 09:04:16 -05:00
Kconfig.sam_afec kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 drivers/adc: stm32: Don't enable ADC instance by default in driver 2020-02-05 13:56:26 -06:00
Kconfig.xec kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00