Lines Matching refs:E_INT_IRQ_RASP
251 _NDS_RASP_Isr(E_INT_IRQ_RASP, NULL); in _EMMRASP_Isr_()
253 _NDS_RASP_Isr(E_INT_IRQ_RASP); in _EMMRASP_Isr_()
257 MsOS_EnableInterrupt(E_INT_IRQ_RASP); in _EMMRASP_Isr_()
272 MsOS_AttachInterrupt(E_INT_IRQ_RASP, (InterruptCb )_EMMRASP_Isr_); in EMMRASP_IntAttach()
273 MsOS_EnableInterrupt(E_INT_IRQ_RASP); in EMMRASP_IntAttach()
280 MsOS_DetachInterrupt(E_INT_IRQ_RASP); in EMMRASP_IntAttach()
281 MsOS_DisableInterrupt(E_INT_IRQ_RASP); in EMMRASP_IntAttach()
304 MsOS_AttachInterrupt(E_INT_IRQ_RASP, (InterruptCb )_NDS_RASP_Isr); in EMMRASP_IntAttach()
305 MsOS_EnableInterrupt(E_INT_IRQ_RASP); in EMMRASP_IntAttach()
309 MsOS_DetachInterrupt(E_INT_IRQ_RASP); in EMMRASP_IntAttach()
310 MsOS_DisableInterrupt(E_INT_IRQ_RASP); in EMMRASP_IntAttach()