-
InitializeTimer
- The method enables System and/or Second timer if USER SWCOUNTER mode of the timer is used. In other modes OSEK enables the timers. The method is available only if USER SWCOUNTER mode of a timer is selected.
ANSIC prototype: void InitializeTimer(void)
-
ShutdownTimer
- The method disables System and/or Second timer if USER SWCOUNTER mode of the timer is used. In other modes OSEK disables the timers. The method is available only if USER SWCOUNTER mode of a timer is selected.
ANSIC prototype: void ShutdownTimer(void)
Note: Some methods can be implemented as macros.