Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetChanMappedInterruptEnable (int32_t cardIndex, int32_t module, int32_t channel, naibrd_dl_chan_mapped_status_type_t statusType, bool_t enable) |
Sets the Interrupt Enable for the specified DLV channel and interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetChanMappedInterruptEnable (int32_t cardIndex, int32_t module, int32_t channel, naibrd_dl_chan_mapped_status_type_t statusType, bool_t *p_outenable) |
Retrieves the Interrupt Enable for the specified DLV channel and interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetChanMappedInterruptTriggerType (int32_t cardIndex, int32_t module, int32_t channel, naibrd_dl_chan_mapped_status_type_t statusType, naibrd_int_trigger_type_t triggerType) |
Sets the Interrupt Edge/Level trigger type property for the specified DLV channel and interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetChanMappedInterruptTriggerType (int32_t cardIndex, int32_t module, int32_t channel, naibrd_dl_chan_mapped_status_type_t statusType, naibrd_int_trigger_type_t *p_outtriggerType) |
Retrieves the Interrupt Edge/Level trigger type property for the specified DLV channel and interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetChanMappedInterruptVector (int32_t cardIndex, int32_t module, naibrd_dl_chan_mapped_status_type_t statusType, uint32_t vector) |
Sets the Interrupt Vector for the specified interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetChanMappedInterruptVector (int32_t cardIndex, int32_t module, naibrd_dl_chan_mapped_status_type_t statusType, uint32_t *p_outVector) |
Retrieves the Interrupt Vector for the specified interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetChanMappedInterruptSteering (int32_t cardIndex, int32_t module, naibrd_dl_chan_mapped_status_type_t statusType, naibrd_int_steering_t steering) |
Sets the Interrupt Steering, which indicates the interrupt direction, for the specified interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetChanMappedInterruptSteering (int32_t cardIndex, int32_t module, naibrd_dl_chan_mapped_status_type_t statusType, naibrd_int_steering_t *p_outSteering) |
Retrieves the Interrupt Steering, which indicates the interrupt direction, for the specified interrupt status type. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetChanMappedInterruptEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
bool_t * | p_outenable ) |
Retrieves the Interrupt Enable for the specified DLV channel and interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
p_outenable | : (Output) 0 when interrupts are disabled, 1 when interrupts are enabled. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetChanMappedInterruptSteering | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
naibrd_int_steering_t * | p_outSteering ) |
Retrieves the Interrupt Steering, which indicates the interrupt direction, for the specified interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
p_outSteering | : (Output) Interrupt Steering: refer to naibrd_int_steering_t definition. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetChanMappedInterruptTriggerType | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
naibrd_int_trigger_type_t * | p_outtriggerType ) |
Retrieves the Interrupt Edge/Level trigger type property for the specified DLV channel and interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
p_outtriggerType | : (Output) Interrupt trigger type (NAIBRD_INT_TRIGGER_TYPE_EDGE or NAIBRD_INT_TRIGGER_TYPE_LEVEL). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetChanMappedInterruptVector | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
uint32_t * | p_outVector ) |
Retrieves the Interrupt Vector for the specified interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
p_outVector | : (Output) Interrupt Vector. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetChanMappedInterruptEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
bool_t | enable ) |
Sets the Interrupt Enable for the specified DLV channel and interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
enable | : (Input) 0 to disable, 1 to enable interrupt. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetChanMappedInterruptSteering | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
naibrd_int_steering_t | steering ) |
Sets the Interrupt Steering, which indicates the interrupt direction, for the specified interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
steering | : (Input) Interrupt Steering: refer to naibrd_int_steering_t definition. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetChanMappedInterruptTriggerType | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
naibrd_int_trigger_type_t | triggerType ) |
Sets the Interrupt Edge/Level trigger type property for the specified DLV channel and interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
triggerType | : (Input) Interrupt trigger type (NAIBRD_INT_TRIGGER_TYPE_EDGE or NAIBRD_INT_TRIGGER_TYPE_LEVEL). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetChanMappedInterruptVector | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_dl_chan_mapped_status_type_t | statusType, | ||
uint32_t | vector ) |
Sets the Interrupt Vector for the specified interrupt status type.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
statusType | : (Input) Status Type: refer to naibrd_dl_chan_mapped_status_type_t definition. |
vector | : (Input) Interrupt Vector. |