MLPowerManagerPowerStateData
Module: Power Manager
A structure to encapsulate output data when either getting available power states, or the current power state. More...
#include <ml_power_manager.h>
Public Attributes
| Type | Name |
|---|---|
| uint8_t | size |
| MLPowerManagerPowerState * | power_states |
Detailed Description
struct MLPowerManagerPowerStateData;
A structure to encapsulate output data when either getting available power states, or the current power state.
API Level:
- 27
Public Attributes Documentation
size
uint8_t size;
Size of power_states array.
power_states
MLPowerManagerPowerState * power_states;
| Type | Description |
|---|---|
| MLPowerManagerPowerState * | Power states. Query MLPowerManagerGetAvailablePowerStates() to determine which power state is available for each component. |
Array of MLPowerManagerPowerState elements.