Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DS_SetTestModeEnable (int32_t cardIndex, int32_t module, naibrd_ds_test_mode_type_t type, bool_t inEnable) |
Sets the test enable state for on-line(D2), and off-line(D3) test for a D/S module. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DS_GetTestModeEnable (int32_t cardIndex, int32_t module, naibrd_ds_test_mode_type_t type, bool_t *p_outEnable) |
Gets the test enable state for on-line(D2), and off-line(D3) test for a D/S module. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DS_SetTestVerify (int32_t cardIndex, int32_t module, uint32_t inTestVerify) |
Sets the test verify value for on-line(D2) test for a D/S module. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DS_GetTestVerify (int32_t cardIndex, int32_t module, uint32_t *p_outTestVerify) |
Gets the test verify value for on-line(D2) test for a D/S module. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DS_GetTestModeEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_ds_test_mode_type_t | type, | ||
bool_t * | p_outEnable ) |
Gets the test enable state for on-line(D2), and off-line(D3) test for a D/S 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: Refer to naibrd_ds_test_mode_type_t definitions. |
p_outEnable | : (Output) Returns the enable or disable state for on-line, off-line test for a D/S module. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DS_GetTestVerify | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t * | p_outTestVerify ) |
Gets the test verify value for on-line(D2) test for a D/S 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]). |
p_outTestVerify | : (Output) Returns the on-line test verify value from a D/S module. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DS_SetTestModeEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_ds_test_mode_type_t | type, | ||
bool_t | inEnable ) |
Sets the test enable state for on-line(D2), and off-line(D3) test for a D/S 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: Refer to naibrd_ds_test_mode_type_t definitions. |
inEnable | : (Input) Enable or disable on/off line test for a D/S module. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DS_SetTestVerify | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | inTestVerify ) |
Sets the test verify value for on-line(D2) test for a D/S 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]). |
inTestVerify | : (Input) Writes a test value to the on-line test verify register for a D/S module. |