tfKernelInstallIsrHandler
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfKernelInstalIsrHandler | ( |
| ttUserIsrHandlerPtr handlerPtr, | |
| unsigned long offset | |
| ); |
Function Description
This call is RTOS specific.
This function is used to install an Interrupt Service Routine (ISR) handler.
Parameters
- handlerPtr
- The pointer to the function that the ISR should call.
- offset
- Offset into the vector table, where this handler should be installed.