Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c27 ISRType DemoISR;
Dos.h108 typedef TaskType ISRType; /* TaskType and ISRType must be same as b… typedef
904 ISRType CreateISR(const CHAR *name, void(*entry_function)(), UINT category, ULONG stack_size…
905 StatusType RegisterISRtoResource(ResourceType Resource, ISRType ISRID);
935 void process_ISR2(ISRType isrname);
Dthreadx_osek_readme.txt79 ISRType DemoISR; /* ISR declaration. */
239 ISRType CreateISR(const CHAR *name,
250 ISRType ISRID);
Dtx_osek.c234 static StatusType ActivateISR(ISRType ISRID);
567 ISRType CreateISR(const CHAR *name, void (*entry_function)(), UINT category, ULONG stack_size) in CreateISR()
613 return ((ISRType)TX_NULL); in CreateISR()
678 return ((ISRType)TX_NULL); in CreateISR()
683 return ((ISRType)tcb_ptr); in CreateISR()
2621 StatusType RegisterISRtoResource(ResourceType Resource, ISRType ISRID) in RegisterISRtoResource()
5574 void process_ISR2(ISRType isrname) in process_ISR2()
5725 static StatusType ActivateISR(ISRType ISRID) in ActivateISR()