Timer attributes. More...
#include <cmsis-plus/rtos/os-c-api.h>
Public Attributes | |
| void * | clock |
| Pointer to clock object instance. | |
| os_timer_type_t | tm_type |
| Timer type. | |
Initialise this structure with os_timer_attr_init() and then set any of the individual members directly.
Definition at line 753 of file os-c-decls.h.
| void* os_timer_attr_s::clock |
Definition at line 758 of file os-c-decls.h.
| os_timer_type_t os_timer_attr_s::tm_type |
Definition at line 763 of file os-c-decls.h.