Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c79 osek_initialize(pointer,&Application1); in tx_application_define()
Dthreadx_osek_readme.txt28 osek_initialize() passing it a pointer to the OSEK memory and the application structure.
29 The size of the memory region passed to osek_initialize() must be set at compile time
52 osek_initialize(). See the OSEK documentation for the signature of those hook functions.
Dos.h928 UCHAR *osek_initialize(void *osek_memory, APPLICATION_INFO_PTR application1);
Dtx_osek.c5330 UCHAR *osek_initialize(void *osek_memory, APPLICATION_INFO_PTR application1) in osek_initialize() function