Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-rtos by
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 250 of file cmsis_os.h.
Field Documentation
os_ptimer ptimer |
start address of a timer function
Definition at line 251 of file cmsis_os.h.
void* timer |
pointer to internal data
Definition at line 252 of file cmsis_os.h.
Generated on Wed Jul 13 2022 18:32:39 by
