Home
last modified time | relevance | path

Searched refs:get_adc_device (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/tests/drivers/adc/adc_api/src/
Dmain.c12 extern const struct device *get_adc_device(void);
17 k_object_access_grant(get_adc_device(), k_current_get()); in adc_basic_setup()
Dtest_adc.c36 const struct device *get_adc_device(void) in get_adc_device() function
/Zephyr-Core-3.5.0/tests/drivers/adc/adc_emul/src/
Dmain.c33 const struct device *get_adc_device(void) in get_adc_device() function
207 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
240 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
282 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
323 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
374 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
419 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
484 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
528 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
586 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()
[all …]
/Zephyr-Core-3.5.0/tests/drivers/adc/adc_rescale/src/
Dmain.c27 const struct device *get_adc_device(void) in get_adc_device() function
174 k_object_access_grant(get_adc_device(), k_current_get()); in adc_rescale_setup()