Searched defs:adc_dev (Results 1 – 6 of 6) sorted by relevance
35 const struct device *const adc_dev = DEVICE_DT_GET(ADC_DEVICE_NODE); in get_adc_device() local52 static void channel_setup(const struct device *adc_dev, enum adc_reference ref, in channel_setup()132 static void start_adc_read(const struct device *adc_dev, uint32_t channel_mask, in start_adc_read()207 const struct device *adc_dev = get_adc_device(); in ZTEST_USER() local239 const struct device *adc_dev = get_adc_device(); in ZTEST_USER() local270 const struct device *adc_dev = get_adc_device(); in ZTEST_USER() local302 const struct device *adc_dev = get_adc_device(); in ZTEST_USER() local344 const struct device *adc_dev = get_adc_device(); in ZTEST_USER() local381 const struct device *adc_dev = get_adc_device(); in ZTEST_USER() local420 const struct device *adc_dev = get_adc_device(); in ZTEST_USER() local[all …]
210 const struct device *const adc_dev = DEVICE_DT_GET(ADC_DEVICE_NODE); in init_adc() local228 const struct device *adc_dev = init_adc(); in test_task_loopback() local
29 const struct device *const adc_dev = DEVICE_DT_GET(DT_NODELABEL(adc0)); in get_adc_device() local
30 const struct device *adc_dev; member
81 const struct device *adc_dev; member110 const struct device *adc_dev = data->adc_dev; in adc_context_start_sampling() local
112 const struct device *adc_dev; member