Response to get device request.
| hdr | TISCI header. |
| context_loss_count | Indicates how many times the device has lost context. A driver can use this monotonic counter to determine if the device has lost context since the last time this message was exchanged. |
| resets | Programmed state of the reset lines. |
| programmed_state | The state as programmed by set_device. |
| current_state | The actual state of the hardware. |
Data Fields | |
| struct tisci_header | hdr |
| uint32_t | context_loss_count |
| uint32_t | resets |
| uint8_t | programmed_state |
| uint8_t | current_state |
| struct tisci_header tisci_msg_get_device_resp::hdr |
| uint32_t tisci_msg_get_device_resp::context_loss_count |
| uint32_t tisci_msg_get_device_resp::resets |
| uint8_t tisci_msg_get_device_resp::programmed_state |
| uint8_t tisci_msg_get_device_resp::current_state |