FreeRTOS + 0/15 examples
CodeScope will show references to osTimerDef from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
FreeRTOS
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
Applications
FreeRTOS
STM324xG_EVAL
Demonstrations
Applications
FreeRTOS
STM32F412G-Discovery
Demonstrations
Applications
FreeRTOS
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Applications
FreeRTOS
Demonstrations
STemWin
STM32F413H-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

osTimerDef macro

Syntax

#define osTimerDef(name, function) \     const osTimerDef_t os_timer_def_##name = \     { (function) }

Arguments

name

function

Examples

osTimerDef is referenced by 15 libraries and example projects.

References

LocationText
cmsis_os.h:511
#define osTimerDef(name, function) \