Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/adc/
Dadc_b91.c26 #define ADC_DATA_READY BIT(0) macro
233 while ((analog_read_reg8(AREG_ADC_DATA_STATUS) & ADC_DATA_READY) in adc_b91_acquisition_thread()
234 != ADC_DATA_READY) { in adc_b91_acquisition_thread()