PMC-Sierra PM5358 S/UNI 4x622 Power Screwdriver User Manual


 
PM5358 S/UNI-4x622 Driver Manual
Hardware Interface
Proprietary and Confidential to PMC-Sierra, Inc. 111
Document ID: PMC-2010419, Issue 1
End
Removing the ISR Handler: sysSuni4x622ISRHandlerRemove
This function disables Interrupt processing for this device. Removes the USER-supplied
Interrupt-Service Routine (ISR),
sysSuni4x622ISRHandler, from the processor’s interrupt
vector table.
Format
#define sysSuni4x622ISRHandlerRemove()
Prototype
Void sysSuni4x622ISRHandlerRemove(void)
Inputs
None
Outputs
None
Returns
None
Pseudocode
Begin
remove
sysSuni4x622ISRHandler from the processor’s interrupt
vector table
End