![]() |
Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_CheckPowerOnBITComplete (int32_t cardIndex, int32_t module, bool_t *p_outpbitComplete) |
Retrieves the Power-On BIT (PBIT) status (complete or incomplete) for the specified module. The PBIT result will be in the BIT status register. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_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_TTL_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_TTL_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_TTL_CheckPowerOnBITComplete | ( | int32_t | cardIndex, |
int32_t | module, | ||
bool_t * | p_outpbitComplete ) |
Retrieves the Power-On BIT (PBIT) status (complete or incomplete) for the specified module. The PBIT result will be in the BIT status register.
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_outpbitComplete | : (Output) NAI_TRUE = PBIT complete, NAI_FALSE = PBIT not complete. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_TTL_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_TTL_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_TTL_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). |