Searched refs:ISR_Handler_t (Results 1 – 2 of 2) sorted by relevance
108 ISR_Handler_t pxHandlerFunction,176 static ISR_Handler_t xInterruptHandlerTable[ portNUM_VECTORS ] = { NULL };285 ISR_Handler_t pxHandlerFunction, in prvSetInterruptGate()592 BaseType_t xPortRegisterCInterruptHandler( ISR_Handler_t pxHandler, in xPortRegisterCInterruptHandler()613 BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler, in xPortInstallInterruptHandler()625 … prvSetInterruptGate( ( uint8_t ) ulVectorNumber, ( ISR_Handler_t ) pxHandler, portIDT_FLAGS ); in xPortInstallInterruptHandler()
190 typedef void ( * ISR_Handler_t ) ( void ); typedef205 BaseType_t xPortRegisterCInterruptHandler( ISR_Handler_t pxHandler,207 BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler,
Completed in 17 milliseconds