Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
ZAF_retention_register.h File Reference

Retention Registers module. More...

#include <stddef.h>
#include <zpal_status.h>
+ Include dependency graph for ZAF_retention_register.h:

Go to the source code of this file.

Functions

zpal_status_t ZAF_retention_register_read (uint32_t index, uint32_t *data)
 Reads a 32-bit value from the specified retention register.
 
zpal_status_t ZAF_retention_register_write (uint32_t index, uint32_t value)
 Write a 32-bit value to the specified retention register.
 
size_t ZAF_retention_register_count (void)
 Get number of retention registers available for application.
 

Detailed Description

Retention Registers module.