Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/adc/
Dstm32-dfsdm.h148 #define DFSDM_CR2_ROVRIE_MASK BIT(3) macro
149 #define DFSDM_CR2_ROVRIE(v) FIELD_PREP(DFSDM_CR2_ROVRIE_MASK, v)
Dstm32-dfsdm-adc.c1305 if (int_en & DFSDM_CR2_ROVRIE_MASK) in stm32_dfsdm_irq()