2.6.4.3.4 Function adc_enable_events()
Enables an ADC event input or output.
void adc_enable_events( struct adc_module *const module_inst, struct adc_events *const events)
Enables one or more input or output events to or from the ADC module. See Struct adc_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 ADC peripheral |
[in] | events |
Struct containing flags of events to enable |