zephyr/drivers/adc
Daniel Leung c3701f51d7 adc: mchp_xec: right justify ADC output data under 10-bit res
This enables the ADC output data to be shifted right when using
10-bit resolution. Or else, data would be left justified as if
it's doing 12-bit ADC with the right 2 bits filled with zeroes.

Fixes #23202

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-03-06 19:29:09 +02:00
..
adc_common.c adc: common: handle gain of 128 in adc_gain_invert() 2020-02-05 14:28:09 -06:00
adc_context.h
adc_handlers.c
adc_lmp90xxx.c gpio: rename typedef for devicetree flags 2020-02-05 12:00:36 +01:00
adc_mchp_xec.c adc: mchp_xec: right justify ADC output data under 10-bit res 2020-03-06 19:29:09 +02:00
adc_mcux_adc12.c
adc_mcux_adc16.c
adc_nrfx_adc.c
adc_nrfx_saadc.c
adc_sam_afec.c
adc_sam0.c
adc_shell.c
adc_stm32.c
CMakeLists.txt
Kconfig
Kconfig.lmp90xxx
Kconfig.mcux boards: frdm_kw41z: Override ADC vref choice properly 2020-02-14 22:12:21 +02:00
Kconfig.nrfx
Kconfig.sam_afec
Kconfig.sam0
Kconfig.stm32 drivers/adc: stm32: Don't enable ADC instance by default in driver 2020-02-05 13:56:26 -06:00
Kconfig.xec