HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
Loading...
Searching...
No Matches
ADC_Cfg Struct Reference

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.
 

Detailed Description

ADC channel declaration config structure.

Field Documentation

◆ adc

const eADCidx ADC_Cfg::adc

ADC instance index.

◆ chan

const uint8_t ADC_Cfg::chan

Channel index.

◆ conv

float(*const ADC_Cfg::conv) (const float)

Pointer to conversion function.


The documentation for this struct was generated from the following file: