Home
last modified time | relevance | path

Searched refs:ISR_Handler_t (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Kernel/portable/GCC/IA32_flat/
A Dport.c108 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()
A Dportmacro.h190 typedef void ( * ISR_Handler_t ) ( void ); typedef
205 BaseType_t xPortRegisterCInterruptHandler( ISR_Handler_t pxHandler,
207 BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler,

Completed in 17 milliseconds