Searched refs:CreateISR (Results 1 – 4 of 4) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
D | demo_osek.c | 101 DemoISR = CreateISR("Demo ISR", ISREntry(DemoISR), CATEGORY2, 1024); in tx_application_define()
|
D | threadx_osek_readme.txt | 68 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,
|
D | os.h | 904 ISRType CreateISR(const CHAR *name, void(*entry_function)(), UINT category, ULONG stack_size…
|
D | tx_osek.c | 567 ISRType CreateISR(const CHAR *name, void (*entry_function)(), UINT category, ULONG stack_size) in CreateISR() function
|