Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dstm32-dfsdm.h51 #define DFSDM_CHCFGR1_SITP_MASK GENMASK(1, 0) macro
52 #define DFSDM_CHCFGR1_SITP(v) FIELD_PREP(DFSDM_CHCFGR1_SITP_MASK, v)
Dstm32-dfsdm-adc.c380 DFSDM_CHCFGR1_SITP_MASK, in stm32_dfsdm_chan_configure()