|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
ADC channel declaration config structure. More...
#include <ADC_ex.h>
Data Fields | |
| const eADCidx | adc |
| ADC instance index. | |
| const uint8_t | chan |
| Channel index. | |
| float(*const | conv )(const float) |
| Pointer to conversion function. | |
ADC channel declaration config structure.
| const eADCidx ADC_Cfg::adc |
ADC instance index.
| const uint8_t ADC_Cfg::chan |
Channel index.
| float(*const ADC_Cfg::conv) (const float) |
Pointer to conversion function.