Searched refs:ADC_CS_READY_BITS (Results 1 – 4 of 4) sorted by relevance
19 while (!(adc_hw->cs & ADC_CS_READY_BITS)) { in adc_init()
178 while (!(adc_hw->cs & ADC_CS_READY_BITS)) in pico_adc_read()299 while (!(adc_hw->cs & ADC_CS_READY_BITS)) in adc_fifo_drain()
70 #define ADC_CS_READY_BITS _u(0x00000100) macro
72 #define ADC_CS_READY_BITS _u(0x00000100) macro