Lines Matching defs:adc
1073 __STATIC_INLINE uint32_t ADC_DataSingleGet(ADC_TypeDef *adc) in ADC_DataSingleGet()
1091 __STATIC_INLINE uint32_t ADC_DataSinglePeek(ADC_TypeDef *adc) in ADC_DataSinglePeek()
1109 __STATIC_INLINE uint32_t ADC_DataScanGet(ADC_TypeDef *adc) in ADC_DataScanGet()
1127 __STATIC_INLINE uint32_t ADC_DataScanPeek(ADC_TypeDef *adc) in ADC_DataScanPeek()
1166 __STATIC_INLINE void ADC_IntClear(ADC_TypeDef *adc, uint32_t flags) in ADC_IntClear()
1182 __STATIC_INLINE void ADC_IntDisable(ADC_TypeDef *adc, uint32_t flags) in ADC_IntDisable()
1203 __STATIC_INLINE void ADC_IntEnable(ADC_TypeDef *adc, uint32_t flags) in ADC_IntEnable()
1222 __STATIC_INLINE uint32_t ADC_IntGet(ADC_TypeDef *adc) in ADC_IntGet()
1246 __STATIC_INLINE uint32_t ADC_IntGetEnabled(ADC_TypeDef *adc) in ADC_IntGetEnabled()
1269 __STATIC_INLINE void ADC_IntSet(ADC_TypeDef *adc, uint32_t flags) in ADC_IntSet()
1284 __STATIC_INLINE void ADC_Start(ADC_TypeDef *adc, ADC_Start_TypeDef cmd) in ADC_Start()