Function Library
157
_8168_get_event_int
:
This function is used to get event_int_status.
_8168_get_error_int
:
This function is used to get error_int_status.
_8168_get_irq_status
:
This function allows user to confirm if the designated card gener-
ates the INT signal to host PC.
_8168_not_my_irq
:
This function must be called after knowing not the designated card
generates the INT signal to host PC.
_8168_isr0
,
_8168_isr1
,
_8168_isr2
,
_8168_isr3
, …..
_8168_isr9
,
_8168_isra
,
_8168_isrb
:
Individual Interrupt service routine for card 0~11.
@ Syntax
C/C++ (DOS)
I16 _8168_int_control(U16 cardNo, U16 intFlag );
I16 _8168_set_int_factor(I16 AxisNo, U32
int_factor );
I16 _8168_get_int_type(I16 AxisNo, U16
*int_type);
I16 _8168_enter_isr(I16 AxisNo);
I16 _8168_leave_isr(I16 AxisNo);
I16 _8168_get_event_int(I16 AxisNo, U32
*event_int);
I16 _8168_get_error_int(I16 AxisNo, U32
*error_int);
I16 _8168_get_irq_status(U16 cardNo, U16 *sts);
I16 _8168_not_my_irq(I16 CardNo);
void interrupt _8168_isr0 (void);
void interrupt _8168_isr1 (void);
void interrupt _8168_isr2 (void);
void interrupt _8168_isr3 (void);
void interrupt _8168_isr4 (void);
void interrupt _8168_isr5 (void);
void interrupt _8168_isr6 (void);
void interrupt _8168_isr7 (void);
Summary of Contents for cPCI-8168
Page 4: ......
Page 10: ...vi List of Figures...
Page 29: ...Installation 19 2 9 Overview of CN3 CN6...
Page 31: ...Installation 21 2 11 Switch Setting...
Page 204: ...194 Function Library...