RTOS lib used for Eurobot 2012

Dependents:   Eurobot2012_Secondary Team_Sprint2 Team_Sprint2 Rafi_Final ... more

Embed: (wiki syntax)

« Back to documentation index

os_timer_def Struct Reference

os_timer_def Struct Reference

Timer Definition structure contains timer parameters. More...

#include <cmsis_os.h>

Data Fields

os_ptimer ptimer
 start address of a timer function
void * timer
 pointer to internal data

Detailed Description

Timer Definition structure contains timer parameters.

Note:
CAN BE CHANGED: os_timer_def is implementation specific in every CMSIS-RTOS.

Definition at line 245 of file cmsis_os.h.


Field Documentation

os_ptimer ptimer

start address of a timer function

Definition at line 246 of file cmsis_os.h.

void* timer

pointer to internal data

Definition at line 247 of file cmsis_os.h.