AM62x MCU+ SDK  10.00.00

Introduction

This file contains the definition of all the message IDs, message formats to be able to interact with the System Controller firmware for low power modes.

Go to the source code of this file.

Enumerations

enum  gLPMSysModes {
  TISCI_LPM_SYS_MODE_DEEP_SLEEP = 0U, TISCI_LPM_SYS_MODE_MCU_ONLY, TISCI_LPM_SYS_MODE_IO_ONLY_PLUS_DDR, TISCI_LPM_SYS_MODE_PARTIAL_IO,
  TISCI_LPM_SYS_MODE_STANDBY, TISCI_LPM_SYS_MODE_NOT_SELECTED = 0xFEU
}
 

Functions

int32_t Sciclient_lpmGetNextSysMode (uint32_t timeout, uint8_t *sysMode)
 Message to get the next system mode. More...
 
int32_t Sciclient_lpmGetNextHostState (uint32_t timeout, uint8_t *hostState)
 Message to get the next host state. More...