Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/adc/
Dstm32-dfsdm.h124 #define DFSDM_CR1_RSWSTART_MASK BIT(17) macro
125 #define DFSDM_CR1_RSWSTART(v) FIELD_PREP(DFSDM_CR1_RSWSTART_MASK, v)
Dstm32-dfsdm-adc.c410 DFSDM_CR1_RSWSTART_MASK, in stm32_dfsdm_start_filter()