|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
STM32 ADC wrapper implementation — full STM32 HAL integration. More...
#include "StmAdc.h"Functions | |
| uint32_t | HAL_ADC_Start (ADC_HandleTypeDef *hadc) |
| uint32_t | HAL_ADC_Stop (ADC_HandleTypeDef *hadc) |
| uint32_t | HAL_ADC_PollForConversion (ADC_HandleTypeDef *hadc, uint32_t Timeout) |
| uint32_t | HAL_ADC_GetValue (ADC_HandleTypeDef *hadc) |
| uint32_t | HAL_GetTick (void) |
| void | HAL_Delay (uint32_t Delay) |
STM32 ADC wrapper implementation — full STM32 HAL integration.
Wraps HAL_ADC_Start, HAL_ADC_PollForConversion, HAL_ADC_GetValue for single-shot ADC conversions with averaging support.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |