CMSIS + 0/1 examples
CodeScope will show references to osTimerFunc_t from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

osTimerFunc_t

Timer callback function.

Syntax

typedef void (*osTimerFunc_t) (void *argument);

Examples

osTimerFunc_t is referenced by 1 libraries and example projects.

References

LocationText
cmsis_os2.h:164
typedef void (*osTimerFunc_t) (void *argument);
cmsis_os2.h:497