ChibiOS/HAL
7.0.3
|
Conversion group configuration structure. More...
#include <hal_adc.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.
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 |