Clock state response.
| hdr | TISCI header |
| programmed_state | The programmed state as set by the set message. |
| current_state | The actual state of the clock. If it is desired that a clock be on, it is usually better to send a set message with a flag indicating that an ack be sent when the message is processed rather than attempting to poll this state. |
Data Fields | |
| struct tisci_header | hdr |
| uint8_t | programmed_state |
| uint8_t | current_state |
| struct tisci_header tisci_msg_get_clock_resp::hdr |
| uint8_t tisci_msg_get_clock_resp::programmed_state |
| uint8_t tisci_msg_get_clock_resp::current_state |