Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_SER_SetChannelConfigRaw (int32_t cardIndex, int32_t module, int32_t channel, uint32_t configRaw) |
Sets the raw channel configuration for the specified Serial channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_SER_GetChannelConfigRaw (int32_t cardIndex, int32_t module, int32_t channel, uint32_t *p_outconfigRaw) |
Retrieves the raw channel configuration for the specified Serial channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_SER_SetChannelControlRaw (int32_t cardIndex, int32_t module, int32_t channel, uint32_t chanCtrlRaw) |
Sets the raw channel control configuration for the specified Serial channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_SER_GetChannelControlRaw (int32_t cardIndex, int32_t module, int32_t channel, uint32_t *p_outchanCtrlRaw) |
Retrieves the raw channel control configuration for the specified Serial channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_SER_SetDataConfigRaw (int32_t cardIndex, int32_t module, int32_t channel, uint32_t dataConfigRaw) |
Sets the raw data configuration for the specified Serial channel. This overwrites all previously set bits in the data configuration register. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_SER_GetDataConfigRaw (int32_t cardIndex, int32_t module, int32_t channel, uint32_t *outdataConfigRaw) |
Retrieves the raw data configuration for the specified Serial channel. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_SER_GetChannelConfigRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t * | p_outconfigRaw ) |
Retrieves the raw channel configuration for the specified Serial 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]). |
p_outconfigRaw | : (Output) Channel configuration bits. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_SER_GetChannelControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t * | p_outchanCtrlRaw ) |
Retrieves the raw channel control configuration for the specified Serial 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]). |
p_outchanCtrlRaw | : (Output) Channel Control bits. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_SER_GetDataConfigRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t * | outdataConfigRaw ) |
Retrieves the raw data configuration for the specified Serial 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]). |
outdataConfigRaw | : (Output) Data Configuration bits, an OR'ed combination of the bits in naibrd_ser_datacfg_t. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_SER_SetChannelConfigRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t | configRaw ) |
Sets the raw channel configuration for the specified Serial 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]). |
configRaw | : (Input) Channel configuration bits. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_SER_SetChannelControlRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t | chanCtrlRaw ) |
Sets the raw channel control configuration for the specified Serial 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]). |
chanCtrlRaw | : (Input) Channel Control bits. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_SER_SetDataConfigRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t | dataConfigRaw ) |
Sets the raw data configuration for the specified Serial channel. This overwrites all previously set bits in the data configuration 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]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
dataConfigRaw | : (Input) Data Configuration bits, an OR'ed combination of the bits in naibrd_ser_datacfg_t. |