Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages