![]() |
nrfxlib API 3.3.99
|
| OSAL_Thread_t OSAL_Create_Thread | ( | uint32_t | StackSize, |
| OSAL_Thread_Function_t | ThreadFunction, | ||
| void * | Data ) |
Creates a thread.
| [in] | StackSize | Stack size of the thread; may be 0 for the default thread stack size. |
| [in] | ThreadFunction | Timer handler function. |
| [in] | Data | Pointer to application data to be provided as an argument to the thread function call. |