at24cm0x 1.0
at24cm0x driver library
Loading...
Searching...
No Matches
SYSTICK_Timer_t Struct Reference

Represents a SysTick software timer instance. More...

#include <systick.h>

Data Fields

unsigned int expire
SYSTICK_Timer_Status status

Detailed Description

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.

Field Documentation

◆ expire

unsigned int expire

The SysTick tick count at which the timer expires.

◆ status

Current status of the timer (running or expired).


The documentation for this struct was generated from the following file: