Searched refs:pxHandler (Results 1 – 10 of 10) sorted by relevance
/Kernel-v11.1.0/portable/GCC/PPC440_Xilinx/ |
D | port.c | 252 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument 260 …if( XST_SUCCESS == XIntc_Connect( &xInterruptController, ucInterruptID, pxHandler, pvCallBackRef )… in xPortInstallInterruptHandler()
|
D | portmacro.h | 117 XInterruptHandler pxHandler,
|
/Kernel-v11.1.0/portable/GCC/PPC405_Xilinx/ |
D | port.c | 252 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument 260 …if( XST_SUCCESS == XIntc_Connect( &xInterruptController, ucInterruptID, pxHandler, pvCallBackRef )… in xPortInstallInterruptHandler()
|
D | portmacro.h | 117 XInterruptHandler pxHandler,
|
/Kernel-v11.1.0/portable/GCC/IA32_flat/ |
D | port.c | 592 BaseType_t xPortRegisterCInterruptHandler( ISR_Handler_t pxHandler, in xPortRegisterCInterruptHandler() argument 604 xInterruptHandlerTable[ ulVectorNumber ] = pxHandler; in xPortRegisterCInterruptHandler() 613 BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler, in xPortInstallInterruptHandler() argument 625 … prvSetInterruptGate( ( uint8_t ) ulVectorNumber, ( ISR_Handler_t ) pxHandler, portIDT_FLAGS ); in xPortInstallInterruptHandler()
|
D | portmacro.h | 205 BaseType_t xPortRegisterCInterruptHandler( ISR_Handler_t pxHandler, 207 BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler,
|
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/ |
D | port.c | 337 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument 349 … lReturn = XIntc_Connect( &xInterruptControllerInstance, ucInterruptID, pxHandler, pvCallBackRef ); in xPortInstallInterruptHandler()
|
D | portmacro.h | 267 XInterruptHandler pxHandler,
|
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/ |
D | port.c | 374 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument 386 … lReturn = XIntc_Connect( &xInterruptControllerInstance, ucInterruptID, pxHandler, pvCallBackRef ); in xPortInstallInterruptHandler()
|
D | portmacro.h | 282 XInterruptHandler pxHandler,
|