Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetRawValueByChannel (int32_t cardIndex, int32_t module, int32_t channel, nai_dl_rawByChannel_type_t opMode, uint32_t opValue) |
Writes a raw value to a register based on channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetRawValueByChannel (int32_t cardIndex, int32_t module, int32_t channel, nai_dl_rawByChannel_type_t opMode, uint32_t *opValue) |
Reads a raw value from a register based on channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_SetRawValue (int32_t cardIndex, int32_t module, nai_dl_raw_type_t opMode, uint32_t opValue) |
Writes the raw value to a register. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DL_GetRawValue (int32_t cardIndex, int32_t module, nai_dl_raw_type_t opMode, uint32_t *opValue) |
Reads the raw value from a register. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetRawValue | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_dl_raw_type_t | opMode, | ||
uint32_t * | opValue ) |
Reads the raw value from a 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]). |
opMode | : (Input) Raw Type: refer to nai_dl_raw_type_t definition |
opValue | : (Output) Raw value to be read from register. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_GetRawValueByChannel | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_dl_rawByChannel_type_t | opMode, | ||
uint32_t * | opValue ) |
Reads a raw value from a register based on 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]). |
opMode | : (Input) Raw Type: refer to nai_dl_rawByChannel_type_t definition |
opValue | : (Output) Raw value to be read from register. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetRawValue | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_dl_raw_type_t | opMode, | ||
uint32_t | opValue ) |
Writes the raw value to a 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]). |
opMode | : (Input) Raw Type: refer to nai_dl_raw_type_t definition |
opValue | : (Input) Raw value to be written to register. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DL_SetRawValueByChannel | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_dl_rawByChannel_type_t | opMode, | ||
uint32_t | opValue ) |
Writes a raw value to a register based on 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]). |
opMode | : (Input) Raw Type: refer to nai_dl_rawByChannel_type_t definition |
opValue | : (Input) Raw value to be written to register. |