Home
last modified time | relevance | path

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

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