Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/PPC440_Xilinx/
Dport.c252 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument
260 …if( XST_SUCCESS == XIntc_Connect( &xInterruptController, ucInterruptID, pxHandler, pvCallBackRef )… in xPortInstallInterruptHandler()
Dportmacro.h117 XInterruptHandler pxHandler,
/Kernel-v11.1.0/portable/GCC/PPC405_Xilinx/
Dport.c252 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument
260 …if( XST_SUCCESS == XIntc_Connect( &xInterruptController, ucInterruptID, pxHandler, pvCallBackRef )… in xPortInstallInterruptHandler()
Dportmacro.h117 XInterruptHandler pxHandler,
/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c592 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()
Dportmacro.h205 BaseType_t xPortRegisterCInterruptHandler( ISR_Handler_t pxHandler,
207 BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler,
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport.c337 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument
349 … lReturn = XIntc_Connect( &xInterruptControllerInstance, ucInterruptID, pxHandler, pvCallBackRef ); in xPortInstallInterruptHandler()
Dportmacro.h267 XInterruptHandler pxHandler,
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport.c374 XInterruptHandler pxHandler, in xPortInstallInterruptHandler() argument
386 … lReturn = XIntc_Connect( &xInterruptControllerInstance, ucInterruptID, pxHandler, pvCallBackRef ); in xPortInstallInterruptHandler()
Dportmacro.h282 XInterruptHandler pxHandler,