Function ac_win_disable()

Disables an Analog Comparator window channel that was previously enabled.

void ac_win_disable(
		struct ac_module *const module_inst,
		const enum ac_win_channel win_channel)

Stops an Analog Comparator window channel that was previously started via a call to ac_win_enable().

Table 1. Parameters
Data direction Parameter name Description

[in]

module_inst

Software instance for the Analog Comparator peripheral

[in]

win_channel

Comparator window channel to disable