Splits a 32-bit encoder error register value into its two logical components.
The encoder returns a 32-bit integer where:
errorCode
debugInfo
This function extracts both components and returns them as separate properties.
An object containing:
The 32-bit value read from the encoder error register.
Generated using TypeDoc
Splits a 32-bit encoder error register value into its two logical components.
The encoder returns a 32-bit integer where:
errorCode.debugInfospecific to that error.This function extracts both components and returns them as separate properties.
Returns
An object containing:
errorCode: The 16-bit error code.debugInfo: The 16-bit debug information associated with the error.