25.6.4.12.1 Function tcc_is_running()

Checks if the timer/counter is running.

bool tcc_is_running( struct tcc_module *const module_inst)

Table 25-50. Parameters
Data directionParameter nameDescription

[in]

module_inst

Pointer to the TCC software instance struct

Returns

Status which indicates whether the module is running.

Table 25-51. Return Values
Return valueDescription

true

The timer/counter is running

false

The timer/counter is stopped