Searched defs:adc (Results 1 – 4 of 4) sorted by relevance
208 static void ADC_LoadDevinfoCal(ADC_TypeDef *adc, in ADC_LoadDevinfoCal()373 void ADC_Init(ADC_TypeDef *adc, const ADC_Init_TypeDef *init) in ADC_Init()719 void ADC_InitScan(ADC_TypeDef *adc, const ADC_InitScan_TypeDef *init) in ADC_InitScan()856 void ADC_InitSingle(ADC_TypeDef *adc, const ADC_InitSingle_TypeDef *init) in ADC_InitSingle()987 uint32_t ADC_DataIdScanGet(ADC_TypeDef *adc, uint32_t *scanId) in ADC_DataIdScanGet()1063 void ADC_Reset(ADC_TypeDef *adc) in ADC_Reset()
5860 static uint32_t adcAsyncClkGet(uint32_t adc) in adcAsyncClkGet()
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()[all …]
5913 static uint32_t adcAsyncClkGet(uint32_t adc) in adcAsyncClkGet()