Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

RTOS hook functions

RTOS hook functions
[RTOS]

Functions

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

Function Documentation

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