Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Ddemo_osek.c156 process_ISR2(arg); in demo_isr_timer_entry()
Dthreadx_osek_readme.txt69 In the body of the low level ISR process_ISR2() must be called with the return value of
94 Once properly initialized the ISR can be triggered by calling process_ISR2 with the ISR
101 process_ISR2(DemoISR);
Dos.h935 void process_ISR2(ISRType isrname);
Dtx_osek.c5574 void process_ISR2(ISRType isrname) in process_ISR2() function