Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

osTimerAttr_t Struct Reference

osTimerAttr_t Struct Reference

Attributes structure for timer. More...

#include <cmsis_os2.h>

Data Fields

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


Field Documentation

uint32_t attr_bits

attribute bits

Definition at line 255 of file cmsis_os2.h.

void * cb_mem

memory for control block

Definition at line 256 of file cmsis_os2.h.

uint32_t cb_size

size of provided memory for control block

Definition at line 257 of file cmsis_os2.h.

const char * name

name of the timer

Definition at line 254 of file cmsis_os2.h.