Searched refs:CpuIsrHandler (Results 1 – 1 of 1) sorted by relevance
86 static rt_uint32_t (*CpuIsrHandler[MAX_INTERRUPT_NUM])(void) = {0}; variable378 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