Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

Idle hook function

Idle hook function
[RTOS]

Functions

void rtos_attach_idle_hook (void(*fptr)(void))

Function Documentation

void rtos_attach_idle_hook ( void(*)(void)  fptr )
Note:
Sets the hook function called by idle task
Parameters:
fptrHook function pointer.