Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c101 DemoISR = CreateISR("Demo ISR", ISREntry(DemoISR), CATEGORY2, 1024); in tx_application_define()
Dthreadx_osek_readme.txt68 created using CreateISR() as well as being registered and enable like a category 1 ISR.
70 the corresponding CreateISR() in argument. This will instruct the OSEK layer to schedule
91 DemoISR = CreateISR("Demo ISR", ISREntry(DemoISR), CATEGORY2, 1024);
237 CreateISR - Creates an ISR.
239 ISRType CreateISR(const CHAR *name,
Dos.h904 ISRType CreateISR(const CHAR *name, void(*entry_function)(), UINT category, ULONG stack_size…
Dtx_osek.c567 ISRType CreateISR(const CHAR *name, void (*entry_function)(), UINT category, ULONG stack_size) in CreateISR() function