Microchip® Advanced Software Framework

rtimer Struct Reference

Representation of a real-time task.

This structure represents a real-time task and is used by the real-time module and the architecture specific support module for the real-time module.

#include <rtimer.h>

Data Fields

rtimer_callback_t func
 
void * ptr
 
rtimer_clock_t time
 

rtimer_callback_t rtimer::func

Referenced by rtimer_run_next(), and rtimer_set().

void* rtimer::ptr

Referenced by rtimer_run_next(), and rtimer_set().

rtimer_clock_t rtimer::time

Referenced by rtimer_run_next(), and rtimer_set().