nRF5 SDK v11.0.0
Macros
Persistent Storage Access Operation Codes

Persistent Storage Access Operation Codes. More...

Macros

#define PSTORAGE_STORE_OP_CODE   0x01
 
#define PSTORAGE_LOAD_OP_CODE   0x02
 
#define PSTORAGE_CLEAR_OP_CODE   0x03
 
#define PSTORAGE_UPDATE_OP_CODE   0x04
 

Detailed Description

Persistent Storage Access Operation Codes.

Persistent Storage Access Operation Codes are used by Persistent storage operation completion callback pstorage_ntf_cb_t to identify the operation type requested by the application.

Macro Definition Documentation

#define PSTORAGE_CLEAR_OP_CODE   0x03

Clear Operation type.

#define PSTORAGE_LOAD_OP_CODE   0x02

Load Operation type.

#define PSTORAGE_STORE_OP_CODE   0x01

Store Operation type.

#define PSTORAGE_UPDATE_OP_CODE   0x04

Update Operation type.


Documentation feedback | Developer Zone | Updated