Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c639 LL_ADC_SetVbiasPrechargeDelay(hadc->Instance, ADC_DEFAULT_VBIAS_PRECH_DELAY_US / 4UL); in HAL_ADC_DeInit()
2118 LL_ADC_SetVbiasPrechargeDelay(hadc->Instance, (Delay_us) / (4UL)); in HAL_ADC_VBiasPrechargeDelayConfig()
2123 LL_ADC_SetVbiasPrechargeDelay(hadc->Instance, (Delay_us) / (4096UL)); in HAL_ADC_VBiasPrechargeDelayConfig()
Dstm32wb0x_ll_adc.c404 LL_ADC_SetVbiasPrechargeDelay(ADCx, 0x96UL); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h3837 __STATIC_INLINE void LL_ADC_SetVbiasPrechargeDelay(ADC_TypeDef *ADCx, uint32_t Delay) in LL_ADC_SetVbiasPrechargeDelay() function