#include <HAP_power.h>
Public Attributes | |
HAP_Power_response_type | type |
union { | |
unsigned int max_mips | |
uint64 max_bus_bw | |
unsigned int client_class | |
unsigned int clkFreqHz | |
unsigned int aggregateAVSMpps | |
boolean dcvsEnabled | |
}; | |
// HAP_power_enumsData type to retrieve power values from the DSP
unsigned int HAP_power_response_t::aggregateAVSMpps |
Aggregate AVS Mpps used by audio and voice
unsigned int HAP_power_response_t::client_class |
Current client class
unsigned int HAP_power_response_t::clkFreqHz |
Current core CPU frequency
boolean HAP_power_response_t::dcvsEnabled |
Indicates if dcvs is enabled / disabled.
uint64 HAP_power_response_t::max_bus_bw |
Max bus bw supported
unsigned int HAP_power_response_t::max_mips |
Max mips supported
HAP_Power_response_type HAP_power_response_t::type |
Identifies the type to retrieve.