Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CD_SetModuleBITErrorThreshold (int32_t cardIndex, int32_t module, uint32_t threshold) |
Sets the BIT Error Threshold for continuous BIT conditions. The Error Threshold is a scalar for the internal BIT +2/-1 counter. To filter our momentary or intermittent anomalies in background BIT errors, this value can be increased to allow the error the "come and go" before the BIT status is flagged. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CD_GetModuleBITErrorThreshold (int32_t cardIndex, int32_t module, uint32_t *p_outthreshold) |
Retrieves the BIT Error Threshold for continuous BIT conditions. The Error Threshold is a scalar for the internal BIT +2/-1 counter. To filter our momentary or intermittent anomalies in background BIT errors, this value can be increased to allow the error the "come and go" before the BIT status is flagged. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CD_ClearModuleBITLogic (int32_t cardIndex, int32_t module) |
Resets the Continuous BIT internal circuitry and counter mechanism for the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CD_ClearModuleBITLogic | ( | int32_t | cardIndex, |
int32_t | module ) |
Resets the Continuous BIT internal circuitry and counter mechanism for the specified channel.
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]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CD_GetModuleBITErrorThreshold | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t * | p_outthreshold ) |
Retrieves the BIT Error Threshold for continuous BIT conditions. The Error Threshold is a scalar for the internal BIT +2/-1 counter. To filter our momentary or intermittent anomalies in background BIT errors, this value can be increased to allow the error the "come and go" before the BIT status is flagged.
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_outthreshold | : (Output) The current BIT Error Threshold. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CD_SetModuleBITErrorThreshold | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | threshold ) |
Sets the BIT Error Threshold for continuous BIT conditions. The Error Threshold is a scalar for the internal BIT +2/-1 counter. To filter our momentary or intermittent anomalies in background BIT errors, this value can be increased to allow the error the "come and go" before the BIT status is flagged.
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]). |
threshold | : (Input) BIT Error Threshold to set (Default Value = 5u, Max Value = 0xFFFFu). |