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)
Data direction | Parameter name | Description |
---|---|---|
[in] |
module_inst |
Pointer to the TCC software instance struct |
Returns
Status which indicates whether the module is running.
Return value | Description |
---|---|
true |
The timer/counter is running |
false |
The timer/counter is stopped |