DAC Conversion group structure.
More...
#include <hal_dac.h>
DAC Conversion group structure.
Definition at line 120 of file hal_dac.h.
◆ num_channels
| uint32_t hal_dac_conversion_group::num_channels |
Number of DAC channels.
Definition at line 124 of file hal_dac.h.
◆ end_cb
Operation complete callback or NULL.
- Note
- This callback is invoked from ISR context on half buffer and full buffer events during the ongoing circular conversion. The driver state is
DAC_ACTIVE on half buffer callbacks and DAC_COMPLETE on full buffer callbacks. Starting a new conversion from this callback is not supported.
Definition at line 133 of file hal_dac.h.
◆ error_cb
Error handling callback or NULL.
Definition at line 137 of file hal_dac.h.