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