Programmable Gateways
Login
Overview
Power Industry
Serial Device Server
Programmable Gateways
Serial/Ethernet Gateway XNUT-100
CAN/Ethernet Gateway XNUT-105
Ethernet CPU Boards
Shop
Information and Support
Main Page
|
Modules
|
Data Structures
|
File List
|
Data Fields
|
Globals
|
Related Pages
|
Examples
_NUTTIMERINFO Struct Reference
#include <sys/timer.h>
Collaboration diagram for _NUTTIMERINFO:
[
legend
]
Detailed Description
Timer information structure.
Examples:
httpd/httpserv.c
, and
tcps/tcps.c
.
Data Fields
NUTTIMERINFO
*
tn_next
Link to next timer.
u_long
tn_ticks
Number of system ticks. Set to zero on one-shot timers.
u_long
tn_ticks_left
Decremented by one on each system tick intervall.
void(*
tn_callback
)(
HANDLE
, void *)
Callback function.
volatile void *
tn_arg
Argument pointer passed to callback function.