![]() |
Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
| NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_Reset (int32_t cardIndex, int32_t module, int32_t channel, nai_ttl_reset_type_t resetType) |
| Resets the TTL channel as specified by the reset type. | |
| NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_ResetAll (int32_t cardIndex, int32_t module, nai_ttl_reset_type_t resetType) |
| Resets all channels on the module as specified by the reset type. | |
| NAIBRDFUNC nai_status_t NAIAPI naibrd_TTL_Reset | ( | int32_t | cardIndex, |
| int32_t | module, | ||
| int32_t | channel, | ||
| nai_ttl_reset_type_t | resetType ) |
Resets the TTL channel as specified by the reset type.
Note: Currently there is a known issue with resetting the TTL channels when the Overcurrent condition is detected on multiple channels. To address this issue, when the resetType of NAI_TTL_RESET_OVERCURRENT is passed in, this routine will reset all channel rather than only 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]). |
| resetType | : (Input) TTL Reset Type: refer to nai_ttl_reset_type_t definitions. |
| NAIBRDFUNC nai_status_t NAIAPI naibrd_TTL_ResetAll | ( | int32_t | cardIndex, |
| int32_t | module, | ||
| nai_ttl_reset_type_t | resetType ) |
Resets all channels on the module as specified by the reset type.
| 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]). |
| resetType | : (Input) Discrete Reset Type: refer to nai_ttl_reset_type_t definitions. |