AM64x MCU+ SDK  08.02.00

Detailed Description

TISCI_MSG_QUERY_MSMC request response providing currently available MSMC memory if present in the SoC.

Parameters
hdrTISCI header.
msmc_start_lowLow 32-bits of physical address start of MSMC memory
msmc_start_highHigh 32-bits of physical address start of MSMC memory
msmc_end_lowLow 32-bits of physical addressable address (byte aligned) of valid range of MSMC memory.
msmc_end_highHigh 32-bits of physical addressable address (byte aligned) of valid range of MSMC memory.

Data Fields

struct tisci_header hdr
 
uint32_t msmc_start_low
 
uint32_t msmc_start_high
 
uint32_t msmc_end_low
 
uint32_t msmc_end_high
 

Field Documentation

◆ hdr

struct tisci_header tisci_query_msmc_resp::hdr

◆ msmc_start_low

uint32_t tisci_query_msmc_resp::msmc_start_low

◆ msmc_start_high

uint32_t tisci_query_msmc_resp::msmc_start_high

◆ msmc_end_low

uint32_t tisci_query_msmc_resp::msmc_end_low

◆ msmc_end_high

uint32_t tisci_query_msmc_resp::msmc_end_high