Home
last modified time | relevance | path

Searched refs:VrefProtection (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c442 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()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h347 …uint32_t VrefProtection; /*!< Select the Vref protection mode: specify VREF+ protection mode member
Dstm32u5xx_ll_adc.h5422 __STATIC_INLINE void LL_ADC_SetVrefProtection(ADC_TypeDef *ADCx, uint32_t VrefProtection) in LL_ADC_SetVrefProtection() argument
5424 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_VREFPROT | ADC4_PWRR_VREFSECSMP, VrefProtection); in LL_ADC_SetVrefProtection()