 |
AM62D FreeRTOS SDK
11.02.00
|
|
Go to the documentation of this file.
48 #ifndef SCICLIENT_LPM_H_
49 #define SCICLIENT_LPM_H_
int32_t Sciclient_lpmSetLatencyConstraint(uint16_t resumeLatency, uint8_t state, uint32_t timeout)
Message to set the system resume latency constraint. This is used to set latency for waking up from l...
uint8_t mode
Definition: tisci_lpm.h:1
int32_t Sciclient_lpmSetModuleConstraint(uint32_t moduleId, uint8_t state, uint32_t timeout)
Message to set constraint on a module. This is used to set constraint on a module....
int32_t Sciclient_lpmSendPrepareSleepMessage(uint8_t mode, uint32_t timeout)
Message to send the prepare sleep.
@ TISCI_LPM_SYS_MODE_IO_ONLY_PLUS_DDR
Definition: sciclient_lpm.h:68
@ TISCI_LPM_SYS_MODE_MCU_ONLY
Definition: sciclient_lpm.h:67
@ TISCI_LPM_SYS_MODE_STANDBY
Definition: sciclient_lpm.h:70
int32_t Sciclient_lpmGetWakeReason(uint32_t *wakeSource, uint64_t *wakeTimestamp, uint8_t *wakePin, uint8_t *mode, uint32_t timeout)
Message to get the wake up information for last entered low power mode.
gLPMSysModes
Definition: sciclient_lpm.h:65
int32_t Sciclient_lpmGetNextSysMode(uint32_t timeout, uint8_t *sysMode)
Message to get the next system mode.
@ TISCI_LPM_SYS_MODE_PARTIAL_IO
Definition: sciclient_lpm.h:69
@ TISCI_LPM_SYS_MODE_NOT_SELECTED
Definition: sciclient_lpm.h:71
int32_t Sciclient_lpmGetNextHostState(uint32_t timeout, uint8_t *hostState)
Message to get the next host state.
uint32_t state
Definition: tisci_boardcfg_pm.h:1
int32_t Sciclient_lpmGetModuleConstraint(uint32_t moduleId, uint8_t *state, uint32_t timeout)
Message to get the state of constraint on a Module. This request does not require the processing enti...
int32_t Sciclient_lpmGetLatencyConstraint(uint16_t *resumeLatency, uint8_t *state, uint32_t timeout)
Message to get the system resume latency constraint value.
@ TISCI_LPM_SYS_MODE_DEEP_SLEEP
Definition: sciclient_lpm.h:66