Home
last modified time | relevance | path

Searched refs:ADC_DataAlign (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_adc.c227 assert_param(IS_ADC_DATA_ALIGN(ADC_InitStruct->ADC_DataAlign)); in ADC_Init()
251 tmpreg1 |= (uint32_t)(ADC_InitStruct->ADC_DataAlign | ADC_InitStruct->ADC_ExternalTrigConv | in ADC_Init()
286 ADC_InitStruct->ADC_DataAlign = ADC_DataAlign_Right; in ADC_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_adc.c245 assert_param(IS_ADC_DATA_ALIGN(ADC_InitStruct->ADC_DataAlign)); in ADC_Init()
275 tmpreg1 |= (uint32_t)(ADC_InitStruct->ADC_DataAlign | \ in ADC_Init()
327 ADC_InitStruct->ADC_DataAlign = ADC_DataAlign_Right; in ADC_StructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_adc.c246 assert_param(IS_ADC_DATA_ALIGN(ADC_InitStruct->ADC_DataAlign)); in ADC_Init()
276 tmpreg1 |= (uint32_t)(ADC_InitStruct->ADC_DataAlign | \ in ADC_Init()
328 ADC_InitStruct->ADC_DataAlign = ADC_DataAlign_Right; in ADC_StructInit()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_adc.h67 …uint32_t ADC_DataAlign; /*!< Specifies whether the ADC data alignment is left or r… member
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_adc.h72 uint32_t ADC_DataAlign; /*!< Specifies whether the ADC data alignment member
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_adc.h72 uint32_t ADC_DataAlign; /*!< Specifies whether the ADC data alignment member

Completed in 15 milliseconds