Skip to content

An userspace application timer based on the minimum heap algorithm

Notifications You must be signed in to change notification settings

andyfighting/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timer

An userspace application timer based on the minimum heap algorithm.

How to use:

init_sys_timer();
create_sys_timer(callback, 1, type, (void *)args);
free_sys_timer();

type is usually set at cycle_timer.
args: callback function parameter.

timer_type type = cycle_timer

About

An userspace application timer based on the minimum heap algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published