Skip to main content
Version: 20 Mar 2024

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

TypeName
uint8_tsize
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;
TypeDescription
MLPowerManagerPowerState *Power states. Query MLPowerManagerGetAvailablePowerStates() to determine which power state is available for each component.

Array of MLPowerManagerPowerState elements.