|
CAEN FERS Library v1.3.0
SDK for FERS systems
|
Functions | |
| int | FERS_ReadA5256EEPROMInfo (int handle, FERS_A5256_Info_t *binfo) |
| Read Adapter A5256 info into the relevant EEPROM memory page. | |
| int | FERS_WriteA5256EEPROMInfo (int handle, FERS_A5256_Info_t binfo) |
| Write Adapter A5256 info into the relevant EEPROM memory page. | |
| int | FERS_ReadEEPROMBlock (int handle, int start_address, int size, uint8_t *data) |
| Reads a block of data from the EEPROM. | |
| int | FERS_WriteEEPROMBlock (int handle, int start_address, int size, uint8_t *data) |
| Writes a block of data to the EEPROM. | |
| int | FERS_checkA5256presence (int handle, FERS_A5256_Info_t *tinfo) |
| Check A5256 presence. | |
| int FERS_ReadA5256EEPROMInfo | ( | int | handle, |
| FERS_A5256_Info_t * | binfo ) |
Read Adapter A5256 info into the relevant EEPROM memory page.
| [out] | binfo | Pointer to the adapter information |
| [in] | handle | Board handle |
| int FERS_WriteA5256EEPROMInfo | ( | int | handle, |
| FERS_A5256_Info_t | binfo ) |
Write Adapter A5256 info into the relevant EEPROM memory page.
| [in] | handle | Board handle |
| [in] | binfo | Adapter information to write |
| int FERS_ReadEEPROMBlock | ( | int | handle, |
| int | start_address, | ||
| int | size, | ||
| uint8_t * | data ) |
Reads a block of data from the EEPROM.
| [out] | data | Pointer to store the data read from EEPROM |
| [in] | handle | Board handle |
| [in] | start_address | Starting address in EEPROM to read from |
| [in] | size | Number of bytes to read |
| int FERS_WriteEEPROMBlock | ( | int | handle, |
| int | start_address, | ||
| int | size, | ||
| uint8_t * | data ) |
Writes a block of data to the EEPROM.
| [in] | handle | Board handle |
| [in] | start_address | Starting address in EEPROM to write to |
| [in] | size | Number of bytes to write |
| [in] | data | Pointer to the data to write |
| int FERS_checkA5256presence | ( | int | handle, |
| FERS_A5256_Info_t * | tinfo ) |
Check A5256 presence.
| [in] | handle | Board handle, |
| [in] | tinfo | A5256 info structure (it will be removedfrom v2.0.0) |