AM62x MCU+ SDK  10.00.00

Detailed Description

Response for TISCI_MSG_CONTINUE_RESUME.

Parameters
hdrTISCI header to provide ACK/NAK flags to the host.
ctx_loLow 32-bits of physical pointer to address that was used for context save.
ctx_hiHigh 32-bits of physical pointer to address that was used for context save.

This response is sent from the DM stub to the TIFS stub to trigger TIFS Stub restore of TIFS context from the address provided in the ctx_lo and ctx_hi parameters. This response assumes DDR has been fully restored by DM Stub before it is sent.

Data Fields

struct tisci_header hdr
 
uint32_t ctx_lo
 
uint32_t ctx_hi
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_continue_resume_resp::hdr

◆ ctx_lo

uint32_t tisci_msg_continue_resume_resp::ctx_lo

◆ ctx_hi

uint32_t tisci_msg_continue_resume_resp::ctx_hi