|
ChibiOS/HAL 9.0.0
|
Conversion group configuration structure. More...
#include <hal_adc.h>

Data Fields | |
| bool | circular |
| Enables the circular buffer mode for the group. | |
| adc_channels_num_t | num_channels |
| Number of the analog channels belonging to the conversion group. | |
| adccallback_t | end_cb |
Callback function associated to the group or NULL. | |
| adcerrorcallback_t | error_cb |
Error callback or NULL. | |
Conversion group configuration structure.
This implementation-dependent structure describes a conversion operation.
| bool hal_adc_configuration_group::circular |
| adc_channels_num_t hal_adc_configuration_group::num_channels |
| adccallback_t hal_adc_configuration_group::end_cb |
| adcerrorcallback_t hal_adc_configuration_group::error_cb |