Mbed OS Reference
Loading...
Searching...
No Matches
RTOS hook functions

Functions

void rtos_attach_thread_terminate_hook (void(*fptr)(osThreadId_t id))
 

Detailed Description

Function Documentation

◆ rtos_attach_thread_terminate_hook()

void rtos_attach_thread_terminate_hook ( void(*)(osThreadId_t id)  fptr)
Note
Sets the hook function called by thread termination
Parameters
fptrHook function pointer.