Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/adc/
Dstm32-dfsdm.h122 #define DFSDM_CR1_JEXTEN_MASK GENMASK(14, 13) macro
123 #define DFSDM_CR1_JEXTEN(v) FIELD_PREP(DFSDM_CR1_JEXTEN_MASK, v)
Dstm32-dfsdm-adc.c442 DFSDM_CR1_JEXTSEL_MASK | DFSDM_CR1_JEXTEN_MASK, in stm32_dfsdm_filter_set_trig()