Function tcc_get_count_value()

Get count value of the given TCC module.

uint32_t tcc_get_count_value(
		const struct tcc_module *const module_inst)

Retrieves the current count value of a TCC module. The specified TCC module can remain running 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 TCC module.