@CHIP-RTOS C Library V2.06 - 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.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.00 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|