Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetTestEnable (int32_t cardIndex, int32_t module, naibrd_dl_test_type_t type, bool_t inTestEnable) |
Sets the test enable state for D0, on-line(D2), or off-line(D3) test for a DLV module. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetTestEnable (int32_t cardIndex, int32_t module, naibrd_dl_test_type_t type, bool_t *p_outtestEnable) |
Retrieves the test enable state for D0, on-line(D2), or off-line(D3) test for a DLV module. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetD2TestVerifyValue (int32_t cardIndex, int32_t module, uint32_t inValue) |
Sets the D2 Test Verify value. When the D2 test is enabled, the board will set the D2 Test Verify register to 0x55. An external application can write a value to the D2 Test Verify register and then read it after 30 seconds to verify that the background bit testing (D2 test) is activated. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetD2TestVerifyValue (int32_t cardIndex, int32_t module, uint32_t *p_outvalue) |
Retrieves the D2 Test Verify value. When the D2 test is enabled, the board will set the D2 Test Verify register to 0x55. An external application can write a value to the D2 Test Verify register and then read it after 30 seconds to verify that the background bit testing (D2 test) is activated. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetD2TestVerifyValue | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t * | p_outvalue ) |
Retrieves the D2 Test Verify value. When the D2 test is enabled, the board will set the D2 Test Verify register to 0x55. An external application can write a value to the D2 Test Verify register and then read it after 30 seconds to verify that the background bit testing (D2 test) is activated.
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]). |
p_outvalue | : (Output) D2 Test Verify value (0x55 if D2 test is activated and running). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetTestEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_dl_test_type_t | type, | ||
bool_t * | p_outtestEnable ) |
Retrieves the test enable state for D0, on-line(D2), or off-line(D3) test for a DLV module.
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]). |
type | : (Input) Test Type (D0, D2, or D3) to get state of: refer to naibrd_dl_test_type_t definition. |
p_outtestEnable | : (Output) Enable or disable D0, D2, or D3 test for a DLV module. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetD2TestVerifyValue | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | inValue ) |
Sets the D2 Test Verify value. When the D2 test is enabled, the board will set the D2 Test Verify register to 0x55. An external application can write a value to the D2 Test Verify register and then read it after 30 seconds to verify that the background bit testing (D2 test) is activated.
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]). |
inValue | : (Input) Test Verify Value ( 0 - 65535 ). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetTestEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_dl_test_type_t | type, | ||
bool_t | inTestEnable ) |
Sets the test enable state for D0, on-line(D2), or off-line(D3) test for a DLV module.
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]). |
type | : (Input) Test Type (D0, D2, or D3) to enable or disable: refer to naibrd_dl_test_type_t definition. |
inTestEnable | : (Input) Enable or disable D0, D2, or D3 test for a DLV module. |