@CHIP-RTOS C Library V2.06 - Hardware API
hal_save_non_volatile_data
Save non-volatile data. void hal_save_non_volatile_data ( void ); Parameters
- -- none --
Return Value
- -- none --.
Comments
- Call this function on exit from your program and in your PFI
(Power Fail Interrupt) handler. Your hardware around the
IPC@CHIP® must support the PFAIL signal, so that the IPC@CHIP® can
generate an PFI/NMI sufficiently in advance of power loss to the CPU.
SC1x Comments- Reminder
: The DK40 does not support the PFAIL signal.
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
|