timers.c File Reference

Go to the source code of this file.

Functions

void TimerCallback (HANDLE timer, void *arg)
void TimerEvent1 (void *arg)
void TimerEvent2 (void *arg)
void TimerEvent3 (void *arg)
void TimerEvent4 (void *arg)
void Sleeper1 (void *arg)
void Sleeper2 (void *arg)
void Sleeper3 (void *arg)
void Sleeper4 (void *arg)
int main (void)


Function Documentation

void TimerCallback ( HANDLE  timer,
void *  arg 
)

Examples:
timers/timers.c.

Definition at line 143 of file timers.c.

References NutEventPostAsync().

Referenced by main().

void TimerEvent1 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 148 of file timers.c.

References NutEventWait(), NutThreadSetPriority(), and printf.

Referenced by main().

void TimerEvent2 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 160 of file timers.c.

References NutEventWait(), NutThreadSetPriority(), and printf.

Referenced by main().

void TimerEvent3 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 172 of file timers.c.

References NutEventWait(), NutThreadSetPriority(), and printf.

Referenced by main().

void TimerEvent4 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 184 of file timers.c.

References NutEventWait(), NutThreadSetPriority(), and printf.

Referenced by main().

void Sleeper1 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 196 of file timers.c.

References NutHeapAvailable, NutSleep(), NutThreadSetPriority(), printf, and puts.

Referenced by main().

void Sleeper2 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 208 of file timers.c.

References NutSleep(), NutThreadSetPriority(), and printf.

Referenced by main().

void Sleeper3 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 217 of file timers.c.

References NutSleep(), NutThreadSetPriority(), and printf.

Referenced by main().

void Sleeper4 ( void *  arg  ) 

Examples:
timers/timers.c.

Definition at line 226 of file timers.c.

References NutSleep(), NutThreadSetPriority(), and printf.

Referenced by main().

int main ( void   ) 


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/