Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_IsBoardReady (int32_t cardIndex) |
Indication whether the board and modules are ready to be accessed. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_GetSerialNo (int32_t cardIndex, uint32_t *p_outserialNo) |
Retrieves the serial number of the card. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_GetBoardGen (int32_t cardIndex, uint32_t *p_outboardGen) |
Retrieves the board generation. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_GetBoardGen | ( | int32_t | cardIndex, |
uint32_t * | p_outboardGen ) |
Retrieves the board generation.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
p_outboardGen | : (Output) Generation of the card will be specified as one of the following: NAI_BLACKFIN_GEN2_ID, NAI_BLACKFIN_GEN3_ID, or NAI_XILINX_GEN5_ID Refer to these declarations in nai_libs\nailib\include\naidefs.h. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_GetSerialNo | ( | int32_t | cardIndex, |
uint32_t * | p_outserialNo ) |
Retrieves the serial number of the card.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
p_outserialNo | : (Output) Serial number of the card. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_IsBoardReady | ( | int32_t | cardIndex | ) |
Indication whether the board and modules are ready to be accessed.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |