Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/adc/
Dstm32-dfsdm.h152 #define DFSDM_CR2_ROVRIE_MASK BIT(3) macro
153 #define DFSDM_CR2_ROVRIE(v) FIELD_PREP(DFSDM_CR2_ROVRIE_MASK, v)
Dstm32-dfsdm-adc.c1306 if (int_en & DFSDM_CR2_ROVRIE_MASK) in stm32_dfsdm_irq()