Searched refs:get_adc_device (Results 1 – 4 of 4) sorted by relevance
12 extern const struct device *get_adc_device(void);17 k_object_access_grant(get_adc_device(), k_current_get()); in adc_basic_setup()
55 const struct device *get_adc_device(void) in get_adc_device() function
33 const struct device *get_adc_device(void) in get_adc_device() function207 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()239 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()270 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()302 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()344 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()381 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()420 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()471 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()516 const struct device *adc_dev = get_adc_device(); in ZTEST_USER()[all …]
28 const struct device *get_adc_device(void) in get_adc_device() function223 k_object_access_grant(get_adc_device(), k_current_get()); in adc_rescale_setup()
Completed in 14 milliseconds