Home
last modified time | relevance | path

Searched refs:error_hook_handler (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c76 Application1.error_hook_handler = ErrorHook; in tx_application_define()
Dos.h832 void (*error_hook_handler)(StatusType); member
Dthreadx_osek_readme.txt56 app.error_hook_handler = ErrorHook;
Dtx_osek.c8117 if (Application->error_hook_handler != TX_NULL) in exec_ErrorHook()
8133 (Application->error_hook_handler)(error); in exec_ErrorHook()