Home
last modified time | relevance | path

Searched refs:ADC_Common_TypeDef (Results 1 – 25 of 42) sorted by relevance

12

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_adc.h2350 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock()
5376 __STATIC_INLINE uint32_t LL_ADC_GetMultimode(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultimode()
5467 __STATIC_INLINE uint32_t LL_ADC_GetMultiDMATransfer(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultiDMATransfer()
6507 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOC(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_EOC()
6519 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOC(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_SLV_EOC()
6531 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOS(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_EOS()
6543 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOS(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_SLV_EOS()
6555 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_OVR(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_OVR()
6567 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_OVR(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_SLV_OVR()
6603 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_JEOC(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_JEOC()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_adc.h2731 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock()
6345 __STATIC_INLINE uint32_t LL_ADC_GetMultimode(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultimode()
6442 __STATIC_INLINE uint32_t LL_ADC_GetMultiDMATransfer(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultiDMATransfer()
7467 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOC(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_EOC()
7479 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOC(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_SLV_EOC()
7491 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOS(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_EOS()
7503 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_EOS(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_SLV_EOS()
7515 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_OVR(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_OVR()
7527 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_SLV_OVR(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_SLV_OVR()
7563 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_JEOC(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_JEOC()
[all …]
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dadc.h43 ADC_Common_TypeDef *adc_common; in adc_deselect_vbat()
H A Dmachine_adc.c296 ADC_Common_TypeDef *adc_common = adc == ADC3 ? ADC3_COMMON : ADC12_COMMON; in adc_config_channel()
298 ADC_Common_TypeDef *adc_common = ADCx_COMMON; in adc_config_channel()
300 ADC_Common_TypeDef *adc_common = ADC1_COMMON; in adc_config_channel()
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_adc.h2177 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock)
2192 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON)
2223 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path…
2242 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON)
5132 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON);
5133 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo…
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_adc.h2177 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock()
2192 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock()
2223 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh()
2242 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh()
5132 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON);
5133 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo…
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_adc.h2177 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock()
2192 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock()
2223 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh()
2242 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh()
5132 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON);
5133 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo…
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_adc.h2177 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock()
2192 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock()
2223 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh()
2242 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh()
5132 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON);
5133 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo…
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_ll_adc.c331 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit()
371 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo… in LL_ADC_CommonInit()
H A Dstm32h7xx_hal_adc_ex.c971 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeStart_DMA()
1196 const ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeGetValue()
2191 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeConfigChannel()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_adc_ex.c871 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeStart_DMA()
1097 const ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeGetValue()
2082 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeConfigChannel()
H A Dstm32g4xx_ll_adc.c577 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit()
619 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo… in LL_ADC_CommonInit()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/embedded/arm/
H A Dstm32f745.pp60 ADC_Common_TypeDef = record
1077 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f746.pp60 ADC_Common_TypeDef = record
1126 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f756.pp60 ADC_Common_TypeDef = record
1195 ADC: ADC_Common_TypeDef absolute ADC_BASE;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/embedded/arm/
H A Dstm32f745.pp60 ADC_Common_TypeDef = record
1077 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f746.pp60 ADC_Common_TypeDef = record
1126 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f756.pp60 ADC_Common_TypeDef = record
1195 ADC: ADC_Common_TypeDef absolute ADC_BASE;
/dports/lang/fpc-source/fpc-3.2.2/rtl/embedded/arm/
H A Dstm32f745.pp60 ADC_Common_TypeDef = record
1077 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f746.pp60 ADC_Common_TypeDef = record
1126 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f756.pp60 ADC_Common_TypeDef = record
1195 ADC: ADC_Common_TypeDef absolute ADC_BASE;
/dports/lang/fpc/fpc-3.2.2/rtl/embedded/arm/
H A Dstm32f745.pp60 ADC_Common_TypeDef = record
1077 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f746.pp60 ADC_Common_TypeDef = record
1126 ADC: ADC_Common_TypeDef absolute ADC_BASE;
H A Dstm32f756.pp60 ADC_Common_TypeDef = record
1195 ADC: ADC_Common_TypeDef absolute ADC_BASE;
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f0xx/
H A Dstm32f0xx.h522 } ADC_Common_TypeDef; typedef
1119 #define ADC ((ADC_Common_TypeDef *) ADC_BASE)

12