EL4121 Embedded System / mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

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.