PDK API Guide for J721E

Detailed Description

Response to get device request.

Parameters
hdrTISCI header.
context_loss_countIndicates 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.
resetsProgrammed state of the reset lines.
programmed_stateThe state as programmed by set_device.
current_stateThe 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
 

Field Documentation

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