Function tc_get_count_value()

Get TC module count value.

uint32_t tc_get_count_value(
		const struct tc_module *const module_inst)

Retrieves the current count value of a TC module. The specified TC module may be started or stopped.

Table 1. Parameters
Data direction Parameter name Description

[in]

module_inst

Pointer to the software module instance struct

Returns

Count value of the specified TC module.