Home
last modified time | relevance | path

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

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