Home
last modified time | relevance | path

Searched refs:CATEGORY2 (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()
Dos.h288 #define CATEGORY2 (2U) macro
Dthreadx_osek_readme.txt91 DemoISR = CreateISR("Demo ISR", ISREntry(DemoISR), CATEGORY2, 1024);
Dtx_osek.c586 if ((category != CATEGORY1) && (category != CATEGORY2)) in CreateISR()