Home
last modified time | relevance | path

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

/libcpu/sim/win32/
A Dcpu_port.c86 static rt_uint32_t (*CpuIsrHandler[MAX_INTERRUPT_NUM])(void) = {0}; variable
378 CpuIsrHandler[IntIndex] = IntHandler; in RegisterSimulateInterrupt()
384 CpuIsrHandler[IntIndex] = IntHandler; in RegisterSimulateInterrupt()
579 if (CpuIsrHandler[i] != NULL) in WinThreadScheduler()
582 if (CpuIsrHandler[i]() != 0) in WinThreadScheduler()

Completed in 7 milliseconds