Software Library API naibrd 2.24.0
See all documentation at naii.docs.com

Functions

NAIBRDFUNC nai_status_t NAIAPI naibrd_DIF_Reset (int32_t cardIndex, int32_t module, int32_t channel, naibrd_dif_reset_type_t resetType)
 Resets the DIF channel as specified by the reset type.
 
NAIBRDFUNC nai_status_t NAIAPI naibrd_DIF_ResetAll (int32_t cardIndex, int32_t module, naibrd_dif_reset_type_t resetType)
 Resets all channels on the module as specified by the reset type.
 

Detailed Description

Function Documentation

◆ naibrd_DIF_Reset()

NAIBRDFUNC nai_status_t NAIAPI naibrd_DIF_Reset ( int32_t cardIndex,
int32_t module,
int32_t channel,
naibrd_dif_reset_type_t resetType )

Resets the DIF channel as specified by the reset type.

Parameters
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) DIF Reset Type: refer to naibrd_dif_reset_type_t definitions.
Returns
  • NAI_SUCCESS
  • NAI_ERROR_INVALID_CARD when invalid card parameter is specified.
  • NAI_ERROR_INVALID_MODULE when invalid card parameter is specified.
  • NAI_ERROR_NOT_OPEN when handle to board is invalid.
  • NAI_ERROR_INVALID_CHANNEL when invalid channel parameter is specified.
  • NAI_ERROR_INVALID_VALUE when an invalid naibrd_dif_reset_type_t type parameter is specified.
  • NAI_ERROR_NOT_SUPPORTED when function is not supported.

◆ naibrd_DIF_ResetAll()

NAIBRDFUNC nai_status_t NAIAPI naibrd_DIF_ResetAll ( int32_t cardIndex,
int32_t module,
naibrd_dif_reset_type_t resetType )

Resets all channels on the module as specified by the reset type.

Parameters
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 naibrd_dif_reset_type_t definitions.
Returns
  • NAI_SUCCESS
  • NAI_ERROR_INVALID_CARD when invalid card parameter is specified.
  • NAI_ERROR_INVALID_MODULE when invalid card parameter is specified.
  • NAI_ERROR_INVALID_VALUE when an invalid naibrd_dif_reset_type_t type parameter is specified.
  • NAI_ERROR_NOT_OPEN when handle to board is invalid.
  • NAI_ERROR_NOT_SUPPORTED when function is not supported.