µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
os_timer_attr_s Struct Reference

Timer attributes. More...

#include <cmsis-plus/rtos/os-c-api.h>

Public Attributes

void * clock
 Pointer to clock object instance. More...
 
os_timer_type_t tm_type
 Timer type. More...
 

Detailed Description

Timer attributes.

Initialise this structure with os_timer_attr_init() and then set any of the individual members directly.

See also
os::rtos::timer::attributes

Definition at line 734 of file os-c-decls.h.

Member Data Documentation

◆ clock

void* os_timer_attr_s::clock

Pointer to clock object instance.

Definition at line 739 of file os-c-decls.h.

◆ tm_type

os_timer_type_t os_timer_attr_s::tm_type

Timer type.

Definition at line 744 of file os-c-decls.h.


The documentation for this struct was generated from the following file: