Home
last modified time | relevance | path

Searched defs:adc (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_adc.c208 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()
Dem_cmu.c5860 static uint32_t adcAsyncClkGet(uint32_t adc) in adcAsyncClkGet()
/hal_silabs-latest/gecko/emlib/inc/
Dem_adc.h1073 __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 …]
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c5913 static uint32_t adcAsyncClkGet(uint32_t adc) in adcAsyncClkGet()