Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_ConnectISR (int32_t cardIndex, nai_isr_t isr) |
Handles associating the Interrupt Service Routine for PCI and Ethernet communication. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DisconnectISR (int32_t cardIndex) |
Handles removing the interrupt associations (Interrupt Service Routine or Interrupt Driven Ethernet Messages). | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_ConnectISR | ( | int32_t | cardIndex, |
nai_isr_t | isr ) |
Handles associating the Interrupt Service Routine for PCI and Ethernet communication.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
isr | : (Input) Interrupt Service Routine. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DisconnectISR | ( | int32_t | cardIndex | ) |
Handles removing the interrupt associations (Interrupt Service Routine or Interrupt Driven Ethernet Messages).
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |