I-9048/I-8048W Linux API Reference, v 1.0.2 E-mail: [email protected]
43
3.15.
I8048W_InstallISR
This function is used to install a slot interrupt service thread for I-9048.
Syntax
【
C
】
void I8048W_InstallISR (
int
iSlot,
CALLBACK_FUNC *IST_Function,
);
Parameters
iSlot
[in] Specifies the slot number (1 - 8).
*ISR_Function
[in] After installing an IST, the CPU will execute the ISR_Function when “External signal” enters the
I-9048.
Return Value
None