Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_ResetModule (int32_t cardIndex, int32_t module) |
Resets the module specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_ChannelReset (int32_t cardIndex, int32_t module, int32_t channel) |
Clears out Channel Control Low and Interrupt Enable registers as well as reset the transmit and receive circuits. (This will NOT reset the channel Transmit FIFO Rate, Tx Buffer Almost Empty, and Rx Buffer Almost Full registers) | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_ClearRxFifo (int32_t cardIndex, int32_t module, int32_t channel) |
Clears the receive FIFO for the channel specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_ClearTxFifo (int32_t cardIndex, int32_t module, int32_t channel) |
Clears the transmit FIFO for the channel specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetTxSendTrigger (int32_t cardIndex, int32_t module, int32_t channel) |
Sets the transmit trigger for the channel specified, triggering a scheduled or trigger fifo operation. This bit is reset by the hardware. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetTxPause (int32_t cardIndex, int32_t module, int32_t channel) |
Pauses the transmitter for the channel specified after the current word and gap time has finished transmitting. To resume, issue Transmit Trigger command or issue a Transmit Stop command to halt transmission. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetTxStop (int32_t cardIndex, int32_t module, int32_t channel) |
Stops the transmitter for the channel specified after the current word and gap time has finished transmitting. Also, clears the FIFO. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_ChannelReset | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
Clears out Channel Control Low and Interrupt Enable registers as well as reset the transmit and receive circuits. (This will NOT reset the channel Transmit FIFO Rate, Tx Buffer Almost Empty, and Rx Buffer Almost Full registers)
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]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_ClearRxFifo | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
Clears the receive FIFO for the channel 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]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_ClearTxFifo | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
Clears the transmit FIFO for the channel 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]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_ResetModule | ( | int32_t | cardIndex, |
int32_t | module ) |
Resets 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]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetTxPause | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
Pauses the transmitter for the channel specified after the current word and gap time has finished transmitting. To resume, issue Transmit Trigger command or issue a Transmit Stop command to halt transmission.
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]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetTxSendTrigger | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
Sets the transmit trigger for the channel specified, triggering a scheduled or trigger fifo operation. This bit is reset by the hardware.
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]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_SetTxStop | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
Stops the transmitter for the channel specified after the current word and gap time has finished transmitting. Also, clears the FIFO.
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]). |