Close the device for a given bus and device id.
result = lv1_close_device( /*IN*/ bus_id, dev_id );
| Inputs | |
|---|---|
| Register | Description |
| R3 | bus_id - bus id |
| R4 | dev_id - device id |
| Outputs | |
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
Notes: