www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - BIOS API


BIOS_Power_Save

Power save.

void BIOS_Power_Save ( void );

Parameters

-- none --

Return Value

-- none --

Comments

This function slows down the internal timer for the RTOS and puts the CPU in a halt mode until the next interrupt occurs.   Call this function when your program is in idle state.

Power savings are marginal since DRAM is used by the CPU.

Note:
    This function will affect the internal date/time.
    Power consumption may differ slightly when the date code of the IPC@CHIP is changed.

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document