AM64x MCU+ SDK  08.02.00

Detailed Description

Clock state response.

Parameters
hdrTISCI header
programmed_stateThe programmed state as set by the set message.
current_stateThe 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
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_get_clock_resp::hdr

◆ programmed_state

uint8_t tisci_msg_get_clock_resp::programmed_state

◆ current_state

uint8_t tisci_msg_get_clock_resp::current_state