SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
osTimerAttr_t Struct Reference

Attributes structure for timer. More...

#include <cmsis_os2.h>

Public Attributes

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 308 of file cmsis_os2.h.

Member Data Documentation

◆ attr_bits

uint32_t osTimerAttr_t::attr_bits

attribute bits

Definition at line 310 of file cmsis_os2.h.

◆ cb_mem

void* osTimerAttr_t::cb_mem

memory for control block

Definition at line 311 of file cmsis_os2.h.

Referenced by osTimerNew().

◆ cb_size

uint32_t osTimerAttr_t::cb_size

size of provided memory for control block

Definition at line 312 of file cmsis_os2.h.

Referenced by osTimerNew().

◆ name

const char* osTimerAttr_t::name

name of the timer

Definition at line 309 of file cmsis_os2.h.

Referenced by osTimerNew().


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