get_cpu_voltage()

Get the current CPU voltage (in uV)

Synopsis:

#include <hw/dvfs_api.h>

uint32_t get_cpu_voltage( void *handle );

Arguments:

handle
A pointer to the global Dynamic Voltage Frequency Scaling (DVFS) structure.

Description:

The get_cpu_voltage() function gets the current CPU voltage (in uV).

Returns:

The CPU voltage.

Classification:

QNX Neutrino

Safety:  
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes