AM64x MCU+ SDK  08.02.00

Detailed Description

Num clock parents response.

Parameters
hdrTISCI header
num_parentsThe number of clock parents.

If the number of clock parents is 255 or greater, this field will be set to 255 and the full value placed in the num_parentint32_t field. This is for backwards compatibility with older firmwares.

Parameters
num_parentint32_tNumber of clock parents if 255 or greater and num_parents field is set to 255. This field will contain 0xFFFFFFFF otherwise.

Data Fields

struct tisci_header hdr
 
uint8_t num_parents
 
uint32_t num_parentint32_t
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_get_num_clock_parents_resp::hdr

◆ num_parents

uint8_t tisci_msg_get_num_clock_parents_resp::num_parents

◆ num_parentint32_t

uint32_t tisci_msg_get_num_clock_parents_resp::num_parentint32_t