dvfs_pre_init()

Perform initial CPU initialization for DVFS

Synopsis:

#include <hw/dvfs_api.h>

int dvfs_pre_init(void *handle );

Arguments:

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

Description:

The dvfs_pre_init() function performs early CPU initialization that might be needed before you can parse the configuration file or perform other CPU-related DVFS configuration.

Returns:

EOK
Success.
EFAULT
An error occurred.

Classification:

QNX Neutrino

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