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. | |
Timer attributes.
Initialise this structure with os_timer_attr_init()
and then set any of the individual members directly.
Definition at line 754 of file os-c-decls.h.
void* os_timer_attr_s::clock |
Pointer to clock object instance.
Definition at line 759 of file os-c-decls.h.
os_timer_type_t os_timer_attr_s::tm_type |
Timer type.
Definition at line 764 of file os-c-decls.h.