|
| #define | TIMERTIME_T_MAX ( ( uint32_t )~0 ) |
| | Max timer mask.
|
| #define | TimerTime_t UTIL_TIMER_Time_t |
| | Timer value on 32 bits.
|
| #define | TimerEvent_t UTIL_TIMER_Object_t |
| | Timer object description.
|
| #define | TimerInit(HANDLE, CB) |
| | Create the timer object.
|
| #define | TimerSetValue(HANDLE, TIMEOUT) |
| | update the period and start the timer
|
| #define | TimerStart(HANDLE) |
| | Start and adds the timer object to the list of timer events.
|
| #define | TimerStop(HANDLE) |
| | Stop and removes the timer object from the list of timer events.
|
| #define | TimerGetCurrentTime UTIL_TIMER_GetCurrentTime |
| | return the current time
|
| #define | TimerGetElapsedTime UTIL_TIMER_GetElapsedTime |
| | return the elapsed time
|
Wrapper to timer server.
- Author
- MCD Application Team
- Attention
Copyright (c) 2026 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file timer.h.