|
Z-Wave Protocol Controller Reference
|
#include "zwapi_protocol_nvm.h"#include "zwapi_func_ids.h"#include "zwapi_session.h"#include "zwapi_init.h"#include "zwapi_internal.h"Functions | |
| uint8_t | zwapi_nvm_close (void) |
| Close the NVM (restart the radio) after a read or write operation. More... | |
| uint32_t | zwapi_nvm_open (void) |
| Open the NVM (stops the radio) before read or write operation. More... | |
| zwapi_protocol_nvm_status_t | zwapi_nvm_read (uint32_t offset, uint8_t *buf, uint8_t length, uint8_t *length_read) |
| Read a chunk of the 500-series NVM or 700-series NVM3. More... | |
| zwapi_protocol_nvm_status_t | zwapi_nvm_write (uint32_t offset, const uint8_t *buf, uint8_t length, uint8_t *length_written) |
| Write a chunk of the 500-series NVM or 700-series NVM3. More... | |