AM62x MCU+ SDK  10.00.00

Detailed Description

Request for TISCI_MSG_LPM_SET_LATENCY_CONSTRAINT.

Parameters
hdrTISCI header to provide ACK/NAK flags to the host.
resume_latencyThe maximum acceptable latency to wake up from low power mode in milliseconds. The deeper the state, the higher the latency.
stateThe desired state of constraint: set or clear.
rsvdReserved for future use.

This message is used by host to set latency for waking up from low power mode. This can be sent anytime after boot before prepare sleep message and after current low power mode is exited. Any host can set a constraint on the low power mode that the SoC can enter. It allows configurable information to be easily shared from the application, as this is a non-secure message and therefore can be sent by anyone. By setting a wakeup latency constraint, the host ensures that the resume time from selected low power mode will be less than the constraint value.

Data Fields

struct tisci_header hdr
 
uint16_t resume_latency
 
uint8_t state
 
uint32_t rsvd
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_lpm_set_latency_constraint_req::hdr

◆ resume_latency

uint16_t tisci_msg_lpm_set_latency_constraint_req::resume_latency

◆ state

uint8_t tisci_msg_lpm_set_latency_constraint_req::state

◆ rsvd

uint32_t tisci_msg_lpm_set_latency_constraint_req::rsvd