/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_adc.h | 2440 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() 2468 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() 2504 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() 2539 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() 2563 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() 2585 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() 5654 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() 5678 __STATIC_INLINE uint32_t LL_ADC_GetMultimode(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultimode() 5729 __STATIC_INLINE void LL_ADC_SetMultiDMATransfer(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t MultiDMA… in LL_ADC_SetMultiDMATransfer() 5775 __STATIC_INLINE uint32_t LL_ADC_GetMultiDMATransfer(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultiDMATransfer() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_adc.h | 1871 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() 1887 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() 1920 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() 1941 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() 3619 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() 3649 __STATIC_INLINE uint32_t LL_ADC_GetMultimode(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultimode() 3698 __STATIC_INLINE void LL_ADC_SetMultiDMATransfer(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t MultiDMA… in LL_ADC_SetMultiDMATransfer() 3746 __STATIC_INLINE uint32_t LL_ADC_GetMultiDMATransfer(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultiDMATransfer() 3780 __STATIC_INLINE void LL_ADC_SetMultiTwoSamplingDelay(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Mul… in LL_ADC_SetMultiTwoSamplingDelay() 3808 __STATIC_INLINE uint32_t LL_ADC_GetMultiTwoSamplingDelay(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultiTwoSamplingDelay() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_adc_ex.c | 151 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_InjectedStart() 246 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_InjectedStart_IT() 582 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeStart_DMA() 701 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeStop_DMA() 753 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeGetValue() 795 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_InjectedConfigChannel() 954 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeConfigChannel()
|
H A D | stm32f4xx_hal_adc.c | 720 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADC_Start() 1025 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADC_Start_IT() 1341 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADC_Start_DMA() 1621 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADC_ConfigChannel() 1857 ADC_Common_TypeDef *tmpADC_Common; in ADC_Init()
|
H A D | stm32f4xx_ll_adc.c | 290 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() 320 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo… in LL_ADC_CommonInit()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_adc.c | 310 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() 339 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo… in LL_ADC_CommonInit()
|
H A D | stm32l4xx_hal_adc_ex.c | 864 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeStart_DMA() 1090 const ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeGetValue() 2073 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeConfigChannel()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f410rx.h | 178 } ADC_Common_TypeDef; typedef 671 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f410tx.h | 175 } ADC_Common_TypeDef; typedef 662 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f410cx.h | 178 } ADC_Common_TypeDef; typedef 671 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f401xe.h | 182 } ADC_Common_TypeDef; typedef 769 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f401xc.h | 182 } ADC_Common_TypeDef; typedef 769 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f411xe.h | 183 } ADC_Common_TypeDef; typedef 771 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f412cx.h | 203 } ADC_Common_TypeDef; typedef 956 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f405xx.h | 206 } ADC_Common_TypeDef; typedef 991 #define ADC123_COMMON ((ADC_Common_TypeDef *) ADC123_COMMON_BASE)
|
H A D | stm32f415xx.h | 205 } ADC_Common_TypeDef; typedef 1062 #define ADC123_COMMON ((ADC_Common_TypeDef *) ADC123_COMMON_BASE)
|
H A D | stm32f412zx.h | 204 } ADC_Common_TypeDef; typedef 1009 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f407xx.h | 209 } ADC_Common_TypeDef; typedef 1093 #define ADC123_COMMON ((ADC_Common_TypeDef *) ADC123_COMMON_BASE)
|
H A D | stm32f412vx.h | 204 } ADC_Common_TypeDef; typedef 1009 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32f413xx.h | 220 } ADC_Common_TypeDef; typedef 1123 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/ |
H A D | stm32l073xx.h | 151 } ADC_Common_TypeDef; typedef 743 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC_BASE)
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wb50xx.h | 193 } ADC_Common_TypeDef; typedef 947 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
H A D | stm32wb55xx.h | 212 } ADC_Common_TypeDef; typedef 1168 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f407xx.h | 225 } ADC_Common_TypeDef; typedef 1109 #define ADC123_COMMON ((ADC_Common_TypeDef *) ADC123_COMMON_BASE)
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l451xx.h | 213 } ADC_Common_TypeDef; typedef 1153 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE)
|