/* * Copyright (c) 2018 Prevas A/S * * SPDX-License-Identifier: Apache-2.0 */ #include #include #include #include #include #include #if DT_HAS_COMPAT_STATUS_OKAY(atmel_sam_afec) #define DT_DRV_COMPAT atmel_sam_afec #elif DT_HAS_COMPAT_STATUS_OKAY(atmel_sam0_adc) #define DT_DRV_COMPAT atmel_sam0_adc #elif DT_HAS_COMPAT_STATUS_OKAY(ite_it8xxx2_adc) #define DT_DRV_COMPAT ite_it8xxx2_adc #elif DT_HAS_COMPAT_STATUS_OKAY(microchip_xec_adc) #define DT_DRV_COMPAT microchip_xec_adc #elif DT_HAS_COMPAT_STATUS_OKAY(microchip_xec_adc_v2) #define DT_DRV_COMPAT microchip_xec_adc_v2 #elif DT_HAS_COMPAT_STATUS_OKAY(nordic_nrf_adc) #define DT_DRV_COMPAT nordic_nrf_adc #elif DT_HAS_COMPAT_STATUS_OKAY(nordic_nrf_saadc) #define DT_DRV_COMPAT nordic_nrf_saadc #elif DT_HAS_COMPAT_STATUS_OKAY(nxp_kinetis_adc12) #define DT_DRV_COMPAT nxp_kinetis_adc12 #elif DT_HAS_COMPAT_STATUS_OKAY(nxp_kinetis_adc16) #define DT_DRV_COMPAT nxp_kinetis_adc16 #elif DT_HAS_COMPAT_STATUS_OKAY(st_stm32_adc) #define DT_DRV_COMPAT st_stm32_adc #elif DT_HAS_COMPAT_STATUS_OKAY(nuvoton_npcx_adc) #define DT_DRV_COMPAT nuvoton_npcx_adc #elif DT_HAS_COMPAT_STATUS_OKAY(ti_cc32xx_adc) #define DT_DRV_COMPAT ti_cc32xx_adc #elif DT_HAS_COMPAT_STATUS_OKAY(zephyr_adc_emul) #define DT_DRV_COMPAT zephyr_adc_emul #else #error No known devicetree compatible match for ADC shell #endif #define LOG_LEVEL CONFIG_LOG_DEFAULT_LEVEL #include LOG_MODULE_REGISTER(adc_shell); #define CMD_HELP_ACQ_TIME \ "Configure acquisition time." \ "\nUsage: acq_time