Function tcc_disable_circular_buffer_compare()

Disable circular option for double buffered compare values.

enum status_code tcc_disable_circular_buffer_compare(
		struct tcc_module *const module_inst,
		enum tcc_match_capture_channel channel_index)

Stop circularing the double buffered compare values.

Table 1. Parameters
Data direction Parameter name Description

[in]

module_inst

Pointer to the TCC software instance struct

[in]

channel_index

Index of the compare channel to set up to

Table 2. Return Values
Return value Description

STATUS_OK

The module was initialized successfully

STATUS_INVALID_ARG

An invalid channel index is supplied