update_boundaries()

Update the maximum and minimum DVFS boundaries

Synopsis:

#include <hw/dvfs_api.h>

void update_boundaries( void *handle );

Arguments:

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

Description:

The update_boundaries() function is an optional call for platforms to update the minimum and maximum boundaries needed by SoC after an application or thermal thread disable/enable levels.

Classification:

QNX Neutrino

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