Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetControlRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t control) |
Sets the control register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_GetControlRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t *outcontrol) |
Reads the control register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetTxControlRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t control) |
Sets the Tx control register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_GetTxControlRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t *outcontrol) |
Reads the Tx control register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetRxControlRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t control) |
Sets the Rx control register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_GetRxControlRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t *outcontrol) |
Reads the Rx control register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetConfigRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t config) |
Sets the Rx configuration register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_GetConfigRaw (int32_t cardIndex, int32_t module, int32_t channel, nai_ar_ctrl_t *outconfig) |
Reads the Rx Configuration register of the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetTimeCtrlRaw (int32_t cardIndex, int32_t module, nai_ar_tstamp_t value) |
Sets the time stamp control register for the module specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_GetTimeCtrlRaw (int32_t cardIndex, int32_t module, nai_ar_tstamp_t *outvalue) |
Reads the time stamp control register for the module specified. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_GetConfigRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t * | outconfig ) |
Reads the Rx Configuration register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
outconfig | : (Output) 32-bit Config word. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_GetControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t * | outcontrol ) |
Reads the control register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
outcontrol | : (Output) 32-bit Control word. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_GetRxControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t * | outcontrol ) |
Reads the Rx control register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
outcontrol | : (Output) 32-bit Control word. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_GetTimeCtrlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_ar_tstamp_t * | outvalue ) |
Reads the time stamp control register for the module specified.
cardIndex | : (Input) Logical Card Index assigned to connect with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
outvalue | : (Output) Value read from the register. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_GetTxControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t * | outcontrol ) |
Reads the Tx control register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
outcontrol | : (Output) 32-bit Control word. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetConfigRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t | config ) |
Sets the Rx configuration register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
config | : (Input) 32-bit Config word. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t | control ) |
Sets the control register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
control | : (Input) 32-bit Control word. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetRxControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t | control ) |
Sets the Rx control register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
control | : (Input) 32-bit Control word. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetTimeCtrlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_ar_tstamp_t | value ) |
Sets the time stamp control register for the module specified.
cardIndex | : (Input) Logical Card Index assigned to connect with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
value | : (Input) Value to be written. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetTxControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_ar_ctrl_t | control ) |
Sets the Tx control register of the specified channel.
cardIndex | : (Input) Logical Card Index assigned to connect 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]). |
control | : (Input) 32-bit Control word. |