ChibiOS/RT
2.6.0
ADCConversionGroup Struct Reference

Detailed Description

Conversion group configuration structure.

This implementation-dependent structure describes a conversion operation.

Note:
Implementations may extend this structure to contain more, architecture dependent, fields.

Definition at line 111 of file adc_lld.h.

#include <adc_lld.h>

Collaboration diagram for ADCConversionGroup:

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.

Field Documentation

Enables the circular buffer mode for the group.

Definition at line 115 of file adc_lld.h.

Number of the analog channels belonging to the conversion group.

Definition at line 119 of file adc_lld.h.

Callback function associated to the group or NULL.

Definition at line 123 of file adc_lld.h.

Error callback or NULL.

Definition at line 127 of file adc_lld.h.