Searched refs:ccr_vref (Results 1 – 1 of 1) sorted by relevance
190 const struct stm32_adc_regs ccr_vref; member548 .ccr_vref = { STM32H7_ADC_CCR, STM32H7_VREFEN },567 .ccr_vref = { STM32H7_ADC_CCR, STM32H7_VREFEN },741 stm32_adc_set_bits_common(adc, adc->cfg->regs->ccr_vref.reg, in stm32_adc_int_ch_enable()742 adc->cfg->regs->ccr_vref.mask); in stm32_adc_int_ch_enable()775 stm32_adc_clr_bits_common(adc, adc->cfg->regs->ccr_vref.reg, in stm32_adc_int_ch_disable()776 adc->cfg->regs->ccr_vref.mask); in stm32_adc_int_ch_disable()2148 if (!adc->cfg->regs->ccr_vref.reg) in stm32_adc_populate_int_ch()