dvfs_therm_init()

Perform SoC/hardware temperature-sensing initialization

Synopsis:

#include <hw/dvfs_api.h>

int dvfs_therm_init(void *handle);

Arguments:

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

Description:

The dvfs_therm_init() function is in charge of performing SoC- or hardware-level thermal initialization.

Returns:

EOK
Success.
EFAULT
An error occurred.

Classification:

QNX Neutrino

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