µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
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.
 
os_timer_type_t tm_type
 Timer type.
 

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 754 of file os-c-decls.h.

Member Data Documentation

◆ clock

void* os_timer_attr_s::clock

Pointer to clock object instance.

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

◆ tm_type

os_timer_type_t os_timer_attr_s::tm_type

Timer type.

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


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