I-9048/I-8048W Linux API Reference, v 1.0.2 E-mail: [email protected]
45
3.16.
I8048W_UnInstallISR
This function is used to uninstall a slot interrupt service thread and disable a hardware interrupt.
Syntax
【
C
】
void I8048W_UnInstallISR (
int
iSlot,
);
Parameters
iSlot
[in] Specifies the slot number (1 - 8).
Return Value
None
Example
[C]
int slotNumber = 1;
I8048W_UnInstallISR(slotNumber);