Timer definition structure contains timer parameters. More...
#include <cmsis_os.h>
Public Attributes | |
osTimer * | data |
const char * | name |
os_ptimer | ptimer |
start address of a timer function | |
Timer definition structure contains timer parameters.
Definition at line 293 of file cmsis_os.h.
osTimer* os_timer_def::data |
Definition at line 297 of file cmsis_os.h.
const char* os_timer_def::name |
Definition at line 295 of file cmsis_os.h.
os_ptimer os_timer_def::ptimer |
start address of a timer function
Definition at line 296 of file cmsis_os.h.