|
AM62Px MCU+ SDK
10.01.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...
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....
@ 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
uint8_t state
Definition: tisci_lpm.h:1
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.
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