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

osThreadFunc_t

Entry point of a thread.

Syntax

typedef void (*osThreadFunc_t) (void *argument);

Examples

osThreadFunc_t is referenced by 1 libraries and example projects.

References

LocationText
cmsis_os2.h:161
typedef void (*osThreadFunc_t) (void *argument);
cmsis_os2.h:371
osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);