ACX_DX_EXIT_LATENCY enumeration (acxdevice.h)

The ACX_DX_EXIT_LATENCY enum defines values that specify an ACX device's sleep state exit latency.

Syntax

typedef enum _ACX_DX_EXIT_LATENCY {
  AcxDxExitLatencyInstant,
  AcxDxExitLatencyFast,
  AcxDxExitLatencyResponsive
} ACX_DX_EXIT_LATENCY;

Constants

 
AcxDxExitLatencyInstant
The device is powered up, so the device must be able to respond immediately.
AcxDxExitLatencyFast
The system is in S0 and not in connected standby, so it must be fast when powering up. This value corresponds to the D3Hot power sub-state.
AcxDxExitLatencyResponsive
The system is entering a sleep state, so the longest exit latency can be tolerated. This value corresponds to the D3Cold power sub-state.

Remarks

A device has different power states. The D0 power state is when the device is up and running, D1 is when the device is one of the sleep states, and so on. "Dx" refers to any device sleep state.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxdevice.h

See also