|
at24cm0x 1.0
at24cm0x driver library
|
Represents a SysTick software timer instance. More...
#include <systick.h>
Data Fields | |
| unsigned int | expire |
| SYSTICK_Timer_Status | status |
Represents a SysTick software timer instance.
This structure holds the data required to manage a SysTick-based software timer, including its expiration value and current status. It is typically used for implementing non-blocking delays or periodic tasks using the SysTick peripheral.
| unsigned int expire |
The SysTick tick count at which the timer expires.
| SYSTICK_Timer_Status status |
Current status of the timer (running or expired).