![ICP DAS USA I-8048W Скачать руководство пользователя страница 45](http://html1.mh-extra.com/html/icp-das-usa/i-8048w/i-8048w_manual_614429045.webp)
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);