Check status of an asynchronous storage operation on the specified device.
result = lv1_storage_check_async_status( /*IN*/ dev_id, lv1_tag, /*OUT*/ &lv1_status );
| Inputs | |
|---|---|
| Register | Description |
| R3 | dev_id - device id |
| R4 | lv1_tag - tag to identify operation? |
| Outputs | |
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
| R4 | lv1_status - 0 = OK, else error |
Notes: