AM64x MCU+ SDK  08.02.00

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

◆ hdr

struct tisci_header tisci_msg_get_device_resp::hdr

◆ context_loss_count

uint32_t tisci_msg_get_device_resp::context_loss_count

◆ resets

uint32_t tisci_msg_get_device_resp::resets

◆ programmed_state

uint8_t tisci_msg_get_device_resp::programmed_state

◆ current_state

uint8_t tisci_msg_get_device_resp::current_state