Searched refs:DataAlignment (Results 1 – 6 of 6) sorted by relevance
487 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init()506 | ADC_InitStruct->DataAlignment in LL_ADC_Init()531 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit()
553 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init()587 ADC_InitStruct->DataAlignment in LL_ADC_Init()611 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit()
751 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init()769 | ADC_InitStruct->DataAlignment in LL_ADC_Init()793 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit()
302 uint32_t DataAlignment; /*!< Set ADC conversion data alignment. member1964 __STATIC_INLINE void LL_ADC_SetDataAlignment(ADC_TypeDef *ADCx, uint32_t DataAlignment) in LL_ADC_SetDataAlignment() argument1966 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment()
449 uint32_t DataAlignment; /*!< Set ADC conversion data alignment. member2299 __STATIC_INLINE void LL_ADC_SetDataAlignment(ADC_TypeDef *ADCx, uint32_t DataAlignment) in LL_ADC_SetDataAlignment() argument2301 MODIFY_REG(ADCx->CR2, ADC_CR2_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment()
469 uint32_t DataAlignment; /*!< Set ADC conversion data alignment. member2671 __STATIC_INLINE void LL_ADC_SetDataAlignment(ADC_TypeDef *ADCx, uint32_t DataAlignment) in LL_ADC_SetDataAlignment() argument2673 MODIFY_REG(ADCx->CFGR, ADC_CFGR_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment()