RMM API 2.0.0
Loading...
Searching...
No Matches
Common return documentation for fieldWrite and fieldRead methods
Returns
RMMResult The result of the write operation, containing:
  • value: The final register value after modification.
  • status: The status of the operation (e.g., rmmSuccess or an error status).
Exceptions
std::invalid_argumentIf any of the following conditions are met:
  • The field width (bitWidth) is greater than 32 bits.
  • The sum of bitBegin and bitWidth exceeds 32 bits.
  • The bitWidth is 0.