AM62x MCU+ SDK  10.00.00

Detailed Description

Request for TISCI_MSG_ENTER_SLEEP.

Parameters
hdrTISCI header to provide ACK/NAK flags to the host.
modeLow power mode to enter.
proc_idProcessor id to be used for restoring boot vector and debug status upon resume.
core_resume_loLow 32-bits of physical pointer to address for core to begin execution upon resume.
core_resume_hiHigh 32-bits of physical pointer to address for core to begin execution upon resume.

This message is to be sent after TISCI_MSG_PREPARE_SLEEP and actually triggers entry into the previously selected low power mode.

Data Fields

struct tisci_header hdr
 
uint8_t mode
 
uint8_t proc_id
 
uint32_t core_resume_lo
 
uint32_t core_resume_hi
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_enter_sleep_req::hdr

◆ mode

uint8_t tisci_msg_enter_sleep_req::mode

◆ proc_id

uint8_t tisci_msg_enter_sleep_req::proc_id

◆ core_resume_lo

uint32_t tisci_msg_enter_sleep_req::core_resume_lo

◆ core_resume_hi

uint32_t tisci_msg_enter_sleep_req::core_resume_hi