Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c27 ISRType DemoISR;
Dos.h109 typedef TaskType ISRType; /* TaskType and ISRType must be same as b… typedef
905 ISRType CreateISR(const CHAR *name, void(*entry_function)(), UINT category, ULONG stack_size…
906 StatusType RegisterISRtoResource(ResourceType Resource, ISRType ISRID);
936 void process_ISR2(ISRType isrname);
Dthreadx_osek_readme.txt79 ISRType DemoISR; /* ISR declaration. */
239 ISRType CreateISR(const CHAR *name,
250 ISRType ISRID);
Dtx_osek.c235 static StatusType ActivateISR(ISRType ISRID);
568 ISRType CreateISR(const CHAR *name, void (*entry_function)(), UINT category, ULONG stack_size) in CreateISR()
614 return ((ISRType)TX_NULL); in CreateISR()
679 return ((ISRType)TX_NULL); in CreateISR()
684 return ((ISRType)tcb_ptr); in CreateISR()
2622 StatusType RegisterISRtoResource(ResourceType Resource, ISRType ISRID) in RegisterISRtoResource()
5575 void process_ISR2(ISRType isrname) in process_ISR2()
5726 static StatusType ActivateISR(ISRType ISRID) in ActivateISR()