Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_ad7124.c56 #define ADC_ODR_SEL_BITS_MIN 0x1 macro
331 if (odr_sel_bits < ADC_ODR_SEL_BITS_MIN) { in adc_ad7124_odr_to_fs()
332 odr_sel_bits = ADC_ODR_SEL_BITS_MIN; in adc_ad7124_odr_to_fs()