Home
last modified time | relevance | path

Searched refs:ADC_TypeDef (Results 1 – 25 of 37) sorted by relevance

12

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_adc.h2370 __STATIC_INLINE uint32_t LL_ADC_DMA_GetRegAddr(ADC_TypeDef *ADCx, uint32_t Register) in LL_ADC_DMA_GetRegAddr()
2388 __STATIC_INLINE uint32_t LL_ADC_DMA_GetRegAddr(ADC_TypeDef *ADCx, uint32_t Register) in LL_ADC_DMA_GetRegAddr()
2629 __STATIC_INLINE void LL_ADC_SetCalibrationFactor(ADC_TypeDef *ADCx, uint32_t SingleDiff, uint32_t C… in LL_ADC_SetCalibrationFactor()
2652 __STATIC_INLINE uint32_t LL_ADC_GetCalibrationFactor(ADC_TypeDef *ADCx, uint32_t SingleDiff) in LL_ADC_GetCalibrationFactor()
2678 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution()
2695 __STATIC_INLINE uint32_t LL_ADC_GetResolution(ADC_TypeDef *ADCx) in LL_ADC_GetResolution()
2715 __STATIC_INLINE void LL_ADC_SetDataAlignment(ADC_TypeDef *ADCx, uint32_t DataAlignment) in LL_ADC_SetDataAlignment()
2730 __STATIC_INLINE uint32_t LL_ADC_GetDataAlignment(ADC_TypeDef *ADCx) in LL_ADC_GetDataAlignment()
2783 __STATIC_INLINE void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLowPowerMode()
2831 __STATIC_INLINE uint32_t LL_ADC_GetLowPowerMode(ADC_TypeDef *ADCx) in LL_ADC_GetLowPowerMode()
[all …]
H A Dstm32l4xx_hal_adc.h365 ADC_TypeDef *Instance; /*!< Register base address */
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_adc.h1826 __STATIC_INLINE uint32_t LL_ADC_DMA_GetRegAddr(ADC_TypeDef *ADCx, uint32_t Register) in LL_ADC_DMA_GetRegAddr()
1844 __STATIC_INLINE uint32_t LL_ADC_DMA_GetRegAddr(ADC_TypeDef *ADCx, uint32_t Register) in LL_ADC_DMA_GetRegAddr()
1967 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution()
1984 __STATIC_INLINE uint32_t LL_ADC_GetResolution(ADC_TypeDef *ADCx) in LL_ADC_GetResolution()
2000 __STATIC_INLINE void LL_ADC_SetDataAlignment(ADC_TypeDef *ADCx, uint32_t DataAlignment) in LL_ADC_SetDataAlignment()
2015 __STATIC_INLINE uint32_t LL_ADC_GetDataAlignment(ADC_TypeDef *ADCx) in LL_ADC_GetDataAlignment()
2041 __STATIC_INLINE void LL_ADC_SetSequencersScanMode(ADC_TypeDef *ADCx, uint32_t ScanMode) in LL_ADC_SetSequencersScanMode()
2066 __STATIC_INLINE uint32_t LL_ADC_GetSequencersScanMode(ADC_TypeDef *ADCx) in LL_ADC_GetSequencersScanMode()
2110 __STATIC_INLINE void LL_ADC_REG_SetTriggerSource(ADC_TypeDef *ADCx, uint32_t TriggerSource) in LL_ADC_REG_SetTriggerSource()
2154 __STATIC_INLINE uint32_t LL_ADC_REG_GetTriggerSource(ADC_TypeDef *ADCx) in LL_ADC_REG_GetTriggerSource()
[all …]
H A Dstm32f4xx_hal_adc.h196 ADC_TypeDef *Instance; /*!< Register base address */
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_adc.c427 ErrorStatus LL_ADC_DeInit(ADC_TypeDef *ADCx) in LL_ADC_DeInit()
581 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init()
676 ErrorStatus LL_ADC_REG_Init(ADC_TypeDef *ADCx, LL_ADC_REG_InitTypeDef *ADC_REG_InitStruct) in LL_ADC_REG_Init()
806 ErrorStatus LL_ADC_INJ_Init(ADC_TypeDef *ADCx, LL_ADC_INJ_InitTypeDef *ADC_INJ_InitStruct) in LL_ADC_INJ_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_adc.c454 ErrorStatus LL_ADC_DeInit(ADC_TypeDef *ADCx) in LL_ADC_DeInit()
729 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init()
816 ErrorStatus LL_ADC_REG_Init(ADC_TypeDef *ADCx, LL_ADC_REG_InitTypeDef *ADC_REG_InitStruct) in LL_ADC_REG_Init()
949 ErrorStatus LL_ADC_INJ_Init(ADC_TypeDef *ADCx, LL_ADC_INJ_InitTypeDef *ADC_INJ_InitStruct) in LL_ADC_INJ_Init()
H A Dstm32l4xx_hal_adc.c1219 const ADC_TypeDef *tmpADC_Master; in HAL_ADC_Start()
1410 const ADC_TypeDef *tmpADC_Master; in HAL_ADC_PollForConversion()
1732 const ADC_TypeDef *tmpADC_Master; in HAL_ADC_Start_IT()
2240 const ADC_TypeDef *tmpADC_Master; in HAL_ADC_IRQHandler()
H A Dstm32l4xx_hal_adc_ex.c491 const ADC_TypeDef *tmpADC_Master; in HAL_ADCEx_InjectedPollForConversion()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f405xx.h198 } ADC_TypeDef; typedef
988 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
989 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
990 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f410rx.h170 } ADC_TypeDef; typedef
670 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
H A Dstm32f410tx.h167 } ADC_TypeDef; typedef
661 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
H A Dstm32f410cx.h170 } ADC_TypeDef; typedef
670 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
H A Dstm32f415xx.h197 } ADC_TypeDef; typedef
1059 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1060 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1061 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f407xx.h201 } ADC_TypeDef; typedef
1090 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1091 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1092 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f417xx.h200 } ADC_TypeDef; typedef
1161 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1162 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1163 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f446xx.h204 } ADC_TypeDef; typedef
1102 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1103 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1104 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f427xx.h206 } ADC_TypeDef; typedef
1174 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1175 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1176 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f437xx.h207 } ADC_TypeDef; typedef
1249 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1250 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1251 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f429xx.h208 } ADC_TypeDef; typedef
1227 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1228 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1229 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f401xe.h174 } ADC_TypeDef; typedef
768 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
H A Dstm32f401xc.h174 } ADC_TypeDef; typedef
768 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
H A Dstm32f439xx.h209 } ADC_TypeDef; typedef
1300 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1301 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1302 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
H A Dstm32f411xe.h175 } ADC_TypeDef; typedef
770 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h217 } ADC_TypeDef; typedef
1106 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
1107 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
1108 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l073xx.h146 } ADC_TypeDef; typedef
742 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)

12