Home
last modified time | relevance | path

Searched refs:adc_check_eoc (Results 1 – 2 of 2) sorted by relevance

/bsp/avr32/software_framework/drivers/adc/
A Dadc.c132 bool adc_check_eoc(volatile avr32_adc_t *adc, uint16_t channel) in adc_check_eoc() function
171 while (adc_check_eoc(adc, channel) != true) { in adc_get_value()
A Dadc.h74 bool adc_check_eoc(volatile avr32_adc_t *adc, uint16_t channel);

Completed in 11 milliseconds