Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_adc.h6509 __STATIC_INLINE void LL_ADC_SetBoostMode(ADC_TypeDef *ADCx, uint32_t BoostMode) in LL_ADC_SetBoostMode() argument
6514 MODIFY_REG(ADCx->CR, ADC_CR_BOOST, (BoostMode & ADC_CR_BOOST)); in LL_ADC_SetBoostMode()
6519 MODIFY_REG(ADCx->CR, ADC_CR_BOOST_0, (BoostMode >> 2UL)); in LL_ADC_SetBoostMode()
6523 MODIFY_REG(ADCx->CR, ADC_CR_BOOST, (BoostMode & ADC_CR_BOOST)); in LL_ADC_SetBoostMode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h5346 __STATIC_INLINE void LL_ADC_SetBoostMode(ADC_TypeDef *ADCx, uint32_t BoostMode) in LL_ADC_SetBoostMode() argument
5348 MODIFY_REG(ADCx->CR, ADC_CR_BOOST, BoostMode); in LL_ADC_SetBoostMode()