ChibiOS/HAL
6.1.0
|
DAC Conversion group structure. More...
#include <hal_dac_lld.h>
Data Fields | |
uint32_t | num_channels |
Number of DAC channels. More... | |
daccallback_t | end_cb |
Operation complete callback or NULL . More... | |
dacerrorcallback_t | error_cb |
Error handling callback or NULL . More... | |
DAC Conversion group structure.
Definition at line 112 of file hal_dac_lld.h.
uint32_t DACConversionGroup::num_channels |
Number of DAC channels.
Definition at line 116 of file hal_dac_lld.h.
daccallback_t DACConversionGroup::end_cb |
Operation complete callback or NULL
.
Definition at line 120 of file hal_dac_lld.h.
dacerrorcallback_t DACConversionGroup::error_cb |
Error handling callback or NULL
.
Definition at line 124 of file hal_dac_lld.h.