|
ChibiOS/RT
2.6.0 |
Conversion group configuration structure.
This implementation-dependent structure describes a conversion operation.
#include <adc_lld.h>

Data Fields | |
| bool_t | 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. | |