int rc_cpu_print_freq(void)
Prints the current frequency to the screen. For example "600mhz".
rc_governor_t
Definition: cpu.h:28
Automatically scales the cpu but still tries to save power.
Definition: cpu.h:33
Sets CPU to slowest speed.
Definition: cpu.h:29
int rc_cpu_set_governor(rc_governor_t gov)
Sets the CPU governor. See rc_governor_t.
Like ONDEMAND but newer algorithm.
Definition: cpu.h:32
int rc_cpu_get_freq(void)
Returns the current clock speed of the Beaglebone's Sitara processor in the form of the provided enum...
Sets CPU to fastest speed.
Definition: cpu.h:30
Default automatic scaling.
Definition: cpu.h:31