Microchip® Advanced Software Framework

dac_events Struct Reference

DAC event enable/disable structure.

Event flags for the DAC module. This is used to enable and disable events via dac_enable_events() and dac_disable_events().

#include <dac_feature.h>

Data Fields

bool generate_event_on_buffer_empty
 Enable event generation on data buffer empty. More...
 
bool on_event_start_conversion
 Start a new DAC conversion. More...
 

bool dac_events::generate_event_on_buffer_empty

Enable event generation on data buffer empty.

Referenced by dac_disable_events(), and dac_enable_events().

bool dac_events::on_event_start_conversion

Start a new DAC conversion.

Referenced by configure_dac(), dac_disable_events(), dac_enable_events(), and run_dac_init_test().