Home
last modified time | relevance | path

Searched refs:ADC_HandleTypeDef (Results 1 – 25 of 63) sorted by relevance

123

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_ADC.h477 }ADC_HandleTypeDef; typedef
612 void HAL_ADC_IRQHandler(ADC_HandleTypeDef *hadc);
613 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc);
614 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc);
615 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc);
616 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef* hadc);
619 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc);
620 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc);
622 HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc);
625 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef *hadc);
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_ADC.h478 }ADC_HandleTypeDef; typedef
613 void HAL_ADC_IRQHandler(ADC_HandleTypeDef *hadc);
614 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc);
615 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc);
616 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc);
617 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef* hadc);
620 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc);
621 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc);
623 HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc);
626 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef *hadc);
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_adc.c432 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc) in HAL_ADC_Init()
830 __weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
845 __weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
1676 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef* hadc) in HAL_ADC_GetValue()
1693 void HAL_ADC_IRQHandler(ADC_HandleTypeDef* hadc) in HAL_ADC_IRQHandler()
2161 uint32_t HAL_ADC_GetState(ADC_HandleTypeDef* hadc) in HAL_ADC_GetState()
2172 uint32_t HAL_ADC_GetError(ADC_HandleTypeDef *hadc) in HAL_ADC_GetError()
2202 HAL_StatusTypeDef ADC_Enable(ADC_HandleTypeDef* hadc) in ADC_Enable()
2306 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_DMAConvCplt()
2362 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_DMAHalfConvCplt()
[all …]
A Dstm32l1xx_hal_adc_ex.c111 HAL_StatusTypeDef HAL_ADCEx_InjectedStart(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStart()
183 HAL_StatusTypeDef HAL_ADCEx_InjectedStop(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStop()
236 HAL_StatusTypeDef HAL_ADCEx_InjectedPollForConversion(ADC_HandleTypeDef* hadc, uint32_t Timeout) in HAL_ADCEx_InjectedPollForConversion()
379 HAL_StatusTypeDef HAL_ADCEx_InjectedStart_IT(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStart_IT()
454 HAL_StatusTypeDef HAL_ADCEx_InjectedStop_IT(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStop_IT()
532 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue()
567 __weak void HAL_ADCEx_InjectedConvCpltCallback(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedConvCpltCallback()
609 HAL_StatusTypeDef HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc, ADC_InjectionConfTypeDef… in HAL_ADCEx_InjectedConfigChannel()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_adc.h246 }ADC_HandleTypeDef; typedef
1264 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc);
1265 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef *hadc);
1266 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc);
1287 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc);
1288 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc);
1293 HAL_StatusTypeDef HAL_ADC_Start_IT(ADC_HandleTypeDef* hadc);
1294 HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc);
1298 HAL_StatusTypeDef HAL_ADC_Stop_DMA(ADC_HandleTypeDef* hadc);
1301 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef* hadc);
[all …]
A Dstm32l1xx_hal_adc_ex.h523 HAL_StatusTypeDef HAL_ADCEx_InjectedStart(ADC_HandleTypeDef* hadc);
524 HAL_StatusTypeDef HAL_ADCEx_InjectedStop(ADC_HandleTypeDef* hadc);
525 HAL_StatusTypeDef HAL_ADCEx_InjectedPollForConversion(ADC_HandleTypeDef* hadc, uint32_t Timeo…
528 HAL_StatusTypeDef HAL_ADCEx_InjectedStart_IT(ADC_HandleTypeDef* hadc);
529 HAL_StatusTypeDef HAL_ADCEx_InjectedStop_IT(ADC_HandleTypeDef* hadc);
532 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);
535 void HAL_ADCEx_InjectedConvCpltCallback(ADC_HandleTypeDef* hadc);
546 HAL_StatusTypeDef HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc,ADC_InjectionConfTy…
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_ADC.c15 extern ADC_HandleTypeDef ADC_Handle;
23 __weak void HAL_ADC_IRQHandler(ADC_HandleTypeDef *hadc) in HAL_ADC_IRQHandler()
112 __weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
171 __weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
202 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc) in HAL_ADC_Init()
286 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_DeInit()
478 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc) in HAL_ADC_Start()
513 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc) in HAL_ADC_Stop()
588 HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc) in HAL_ADC_Stop_IT()
732 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef *hadc) in HAL_ADC_GetValue()
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_ADC.c15 extern ADC_HandleTypeDef ADC_Handle;
23 __weak void HAL_ADC_IRQHandler(ADC_HandleTypeDef *hadc) in HAL_ADC_IRQHandler()
133 __weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
223 __weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
256 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc) in HAL_ADC_Init()
340 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_DeInit()
537 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc) in HAL_ADC_Start()
572 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc) in HAL_ADC_Stop()
647 HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc) in HAL_ADC_Stop_IT()
791 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef *hadc) in HAL_ADC_GetValue()
[all …]
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_adc.c27 static ADC_HandleTypeDef adc_config[] =
44 ADC_HandleTypeDef ADC_Handler;
144 ADC_HandleTypeDef *stm32_adc_handler; in stm32_adc_enabled()
242 ADC_HandleTypeDef *stm32_adc_handler = device->parent.user_data; in stm32_adc_get_resolution()
274 ADC_HandleTypeDef *stm32_adc_handler; in stm32_adc_get_value()
307 ADC_HandleTypeDef *stm32_adc_handler = device->parent.user_data; in stm32_adc_get_vref()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_adc.c22 static ADC_HandleTypeDef adc_config[] =
51 ADC_HandleTypeDef ADC_Handler;
71 ADC_HandleTypeDef *ch32_adc_handler; in ch32_adc_enabled()
169 ADC_HandleTypeDef *ch32_adc_handler; in ch32_get_adc_value()
A Ddrv_adc.h17 }ADC_HandleTypeDef; typedef
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_adc.c22 static ADC_HandleTypeDef adc_config[] =
51 ADC_HandleTypeDef ADC_Handler;
71 ADC_HandleTypeDef *air32_adc_handler; in air32_adc_enabled()
169 ADC_HandleTypeDef *air32_adc_handler; in air32_get_adc_value()
A Ddrv_adc.h16 }ADC_HandleTypeDef; typedef
/bsp/stm32/stm32f401-weact-blackpill/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c87 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
134 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f410-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c90 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
140 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f103-atk-nano/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c112 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
146 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f411-atk-nano/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c106 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
141 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f103-keysking-learning/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c91 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
124 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f0xx_hal_msp.c108 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
141 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f0xx_hal_msp.c108 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
158 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f412-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c108 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
153 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f103-hw100k-ibox/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c110 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
145 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32wb55-st-nucleo/board/CubeMX_Config/Src/
A Dstm32wbxx_hal_msp.c83 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
116 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f103-blue-pill/board/CubeMX_Config/Src/
A Dstm32f1xx_hal_msp.c92 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
129 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()
/bsp/stm32/stm32f401-st-nucleo/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c108 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()
158 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()

Completed in 901 milliseconds

123