|
ChibiOS/HAL
6.1.0
|
Conversion group configuration structure. More...
#include <hal_adc_lld.h>

Data Fields | |
| bool | circular |
| Enables the circular buffer mode for the group. More... | |
| adc_channels_num_t | num_channels |
| Number of the analog channels belonging to the conversion group. More... | |
| adccallback_t | end_cb |
Callback function associated to the group or NULL. More... | |
| adcerrorcallback_t | error_cb |
Error callback or NULL. More... | |
Conversion group configuration structure.
This implementation-dependent structure describes a conversion operation.
Definition at line 113 of file hal_adc_lld.h.
| bool ADCConversionGroup::circular |
Enables the circular buffer mode for the group.
Definition at line 117 of file hal_adc_lld.h.
| adc_channels_num_t ADCConversionGroup::num_channels |
Number of the analog channels belonging to the conversion group.
Definition at line 121 of file hal_adc_lld.h.
| adccallback_t ADCConversionGroup::end_cb |
Callback function associated to the group or NULL.
Definition at line 125 of file hal_adc_lld.h.
| adcerrorcallback_t ADCConversionGroup::error_cb |
Error callback or NULL.
Definition at line 129 of file hal_adc_lld.h.