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.
osTimerAttr_t Struct Reference
Attributes structure for timer. More...
#include <cmsis_os2.h>
Data Fields | |
const char * | name |
name of the timer | |
uint32_t | attr_bits |
attribute bits | |
void * | cb_mem |
memory for control block | |
uint32_t | cb_size |
size of provided memory for control block |
Detailed Description
Attributes structure for timer.
Definition at line 253 of file cmsis_os2.h.
Field Documentation
uint32_t attr_bits |
attribute bits
Definition at line 255 of file cmsis_os2.h.
void * cb_mem |
memory for control block
Definition at line 256 of file cmsis_os2.h.
uint32_t cb_size |
size of provided memory for control block
Definition at line 257 of file cmsis_os2.h.
const char * name |
name of the timer
Definition at line 254 of file cmsis_os2.h.
Generated on Tue Jul 12 2022 15:37:38 by
