Function adc_disable_events()

Disables an ADC event input or output.

void adc_disable_events(
		struct adc_module *const module_inst,
		struct adc_events *const events)

Disables 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.
Table 1. Parameters
Data direction Parameter name Description

[in]

module_inst

Software instance for the ADC peripheral

[in]

events

Struct containing flags of events to disable