yarf 0.1
Yet Another RepRap Firmware
Data Fields
realtime_task_t Struct Reference

Structure for tasks that can be scheduled with the real-time timer. More...

#include <realtime_timer.h>

Data Fields

void(* f )(void)
 Pointer to the function to execute when the timer rings.
uint16_t ticks_remaining
 Number of ticks remaining before the timer must ring.

Detailed Description

Structure for tasks that can be scheduled with the real-time timer.

Definition at line 57 of file realtime_timer.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines