Updated: October 28, 2024 |
Values for load threshold and delay for changing CPU frequency (operating point)
#include <sys/neutrino.h>
struct nto_power_range { _Uint16t load; _Uint16t duration; };
libc
The nto_power_range data structure is meaningful only if the nto_power_parameter parameter_type member is set to _NTO_PPT_DEFINE_FREQ.
The value for load differs, depending on whether it is used for nto_power_parameter.u.freq.low or nto_power_parameter.u.freq.high:
For the purposes of power management (and, therefore, in this documentation) a CPU cluster isn't necessarily equivalent to a CPU cluster as defined in the SoC documentation for your board. It is simply a set of CPUs you create so you can manage their power characteristics together. A CPU cluster may include only a single CPU or multiple CPUs.
For more information, see Power Management in the Programmer's Guide.