...
The timed action processing must be called cyclic. Due to the timer management, the calling sequence is irrelevant. Therefore the function may be called in the background loop of the application:
Code Block | ||
---|---|---|
| ||
:
while (1) {
COTmrProcess(&(AppNode.Tmr));
:
} |