Searched refs:ADC_DF_CONF_DF_CIC_DEC_FACTOR (Results 1 – 5 of 5) sorted by relevance
341 | ADC_DF_CONF_DF_CIC_DHF | ADC_DF_CONF_DF_CIC_DEC_FACTOR)); in LL_ADC_DeInit()
576 | ADC_DF_CONF_DF_CIC_DHF | ADC_DF_CONF_DF_CIC_DEC_FACTOR)); in HAL_ADC_DeInit()
2435 MODIFY_REG(ADCx->DF_CONF, ADC_DF_CONF_DF_CIC_DEC_FACTOR, Frequency); in LL_ADC_SetMicrophoneOutputDatarate()2456 return (uint32_t)(READ_BIT(ADCx->DF_CONF, ADC_DF_CONF_DF_CIC_DEC_FACTOR)); in LL_ADC_GetMicrophoneOutputDatarate()
7333 #define ADC_DF_CONF_DF_CIC_DEC_FACTOR ADC_DF_CONF_DF_CIC_DEC_F… macro