µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os_timer_def Struct Reference

Timer definition structure contains timer parameters. More...

#include <cmsis_os.h>

Public Attributes

osTimerdata
 
const char * name
 
os_ptimer ptimer
 start address of a timer function
 

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 293 of file cmsis_os.h.

Member Data Documentation

◆ data

osTimer* os_timer_def::data

Definition at line 297 of file cmsis_os.h.

◆ name

const char* os_timer_def::name

Definition at line 295 of file cmsis_os.h.

◆ ptimer

os_ptimer os_timer_def::ptimer

start address of a timer function

Definition at line 296 of file cmsis_os.h.


The documentation for this struct was generated from the following file: