Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_SetModuleBITEnable (int32_t cardIndex, int32_t module, uint32_t bitEnable) |
Executes the Initiated BIT test for the specified channels in bitEnable. Use this function if you want to run IBIT on more than one channel at a time. Otherwise use naibrd_AR_InitiateBIT(). | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_GetModuleBITEnable (int32_t cardIndex, int32_t module, uint32_t *p_outbitEnable) |
Retrieves the state (enabled or disabled) of the Initiated BIT test on all channels. Once the IBIT test is enabled by calling naibrd_AR_SetModuleBITEnable() use this function to check if the test has completed by verifying the bits set have cleared. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_AR_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_AR_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_AR_ClearModuleBITLogic (int32_t cardIndex, int32_t module, int32_t channel) |
Resets the Continuous BIT internal circuitry and counter mechanism for the specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_ClearModuleBITLogic | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel ) |
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]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_GetModuleBITEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t * | p_outbitEnable ) |
Retrieves the state (enabled or disabled) of the Initiated BIT test on all channels. Once the IBIT test is enabled by calling naibrd_AR_SetModuleBITEnable() use this function to check if the test has completed by verifying the bits set have cleared.
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_outbitEnable | : (Output) IBIT enabled (0 = disabled, 1 = enabled), bit mapped per channel. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_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_AR_SetModuleBITEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | bitEnable ) |
Executes the Initiated BIT test for the specified channels in bitEnable. Use this function if you want to run IBIT on more than one channel at a time. Otherwise use naibrd_AR_InitiateBIT().
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]). |
bitEnable | : (Input) The channels to enable IBIT on, bit mapped per channel. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_AR_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). |