Home
last modified time | relevance | path

Searched refs:ADC_InitTypeDef (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_adc.h73 }ADC_InitTypeDef; typedef
428 void ADC_Init(ADC_TypeDef* ADCx, ADC_InitTypeDef* ADC_InitStruct);
429 void ADC_StructInit(ADC_InitTypeDef* ADC_InitStruct);
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_adc.h79 }ADC_InitTypeDef; typedef
585 void ADC_Init(ADC_TypeDef* ADCx, ADC_InitTypeDef* ADC_InitStruct);
586 void ADC_StructInit(ADC_InitTypeDef* ADC_InitStruct);
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_adc.h79 }ADC_InitTypeDef; typedef
592 void ADC_Init(ADC_TypeDef* ADCx, ADC_InitTypeDef* ADC_InitStruct);
593 void ADC_StructInit(ADC_InitTypeDef* ADC_InitStruct);
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h128 }ADC_InitTypeDef; typedef
227 ADC_InitTypeDef Init; /*!< ADC required parameters */
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h120 } ADC_InitTypeDef; typedef
128 ADC_InitTypeDef Init; /*!< ADC required parameters */
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_adc.c217 void ADC_Init(ADC_TypeDef* ADCx, ADC_InitTypeDef* ADC_InitStruct) in ADC_Init()
274 void ADC_StructInit(ADC_InitTypeDef* ADC_InitStruct) in ADC_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_adc.c234 void ADC_Init(ADC_TypeDef* ADCx, ADC_InitTypeDef* ADC_InitStruct) in ADC_Init()
309 void ADC_StructInit(ADC_InitTypeDef* ADC_InitStruct) in ADC_StructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_adc.c235 void ADC_Init(ADC_TypeDef* ADCx, ADC_InitTypeDef* ADC_InitStruct) in ADC_Init()
310 void ADC_StructInit(ADC_InitTypeDef* ADC_InitStruct) in ADC_StructInit()

Completed in 20 milliseconds