AM64x MCU+ SDK  08.02.00

Detailed Description

Clock parent response.

Parameters
hdrTISCI header
parentThe current clock parent.

If the parent clock index is 255 or greater, this field will be set to 255 and the full value placed in the parent32 field. This is for backwards compatibility with older firmwares.

Parameters
parent32Parent Clock index if 255 or greater and parent field is set to 255. This field will contain 0xFFFFFFFF otherwise.

Data Fields

struct tisci_header hdr
 
uint8_t parent
 
uint32_t parent32
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_get_clock_parent_resp::hdr

◆ parent

uint8_t tisci_msg_get_clock_parent_resp::parent

◆ parent32

uint32_t tisci_msg_get_clock_parent_resp::parent32