6.6.4.1.7 Function dac_enable_events()
Enables a DAC event input or output.
void dac_enable_events( struct dac_module *const module_inst, struct dac_events *const events)
Enables one or more input or output events to or from the DAC module. See Struct dac_events for a list of events this module supports.
Note: Events cannot be altered while the module is enabled.
Data direction | Parameter name | Description |
---|---|---|
[in] | module_inst |
Software instance for the DAC peripheral |
[in] | events |
Struct containing flags of events to enable |