Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c75 Application1.startup_hook_handler = StartupHook; in tx_application_define()
Dos.h835 void (*startup_hook_handler)(); member
Dthreadx_osek_readme.txt57 app.startup_hook_handler = StartupHook;
Dtx_osek.c290 if (Application->startup_hook_handler != TX_NULL) in StartOS()
294 (Application->startup_hook_handler)(os_mode); in StartOS()