Searched refs:VrefProtection (Results 1 – 3 of 3) sorted by relevance
442 assert_param(IS_ADC4_VREF_PROT(hadc->Init.VrefProtection)); in HAL_ADC_Init()734 if (hadc->Init.VrefProtection != ADC_VREF_PPROT_NONE) in HAL_ADC_Init()736 SET_BIT(hadc->Instance->PWRR, hadc->Init.VrefProtection); in HAL_ADC_Init()
347 …uint32_t VrefProtection; /*!< Select the Vref protection mode: specify VREF+ protection mode member
5422 __STATIC_INLINE void LL_ADC_SetVrefProtection(ADC_TypeDef *ADCx, uint32_t VrefProtection) in LL_ADC_SetVrefProtection() argument5424 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_VREFPROT | ADC4_PWRR_VREFSECSMP, VrefProtection); in LL_ADC_SetVrefProtection()