Tool/software:
Following version used for J721S2 platform:
PSDK - 10.01
QNX710
Query:
Application registers CSIRX events using IOCTL_CSIRX_REGISTER_EVENT. To handle error events from driver.
We understand this is async call to application with error information in terms of error masks.
We would like to clarify if this call back occurs for any change in error mask?
like any new addition of error, removal of errors or complete reset of errors?
At safety application side we need to understand if we can use this same call back to set and reset errors.
If this call back does not occur for reset/clear of error how application can reset it?