Function sh2_setFrs

Function Documentation

int sh2_setFrs(uint16_t recordId, uint32_t *pData, uint16_t words)

Set an FRS record.

Parameters:
  • recordId – Which FRS Record to set.

  • pData – pointer to buffer containing the new data.

  • words – number of 32-bit words to write. (0 to delete record.)

Returns:

SH2_OK (0), on success. Negative value from sh2_err.h on error.