Persistent Storage Access Operation Codes

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

Persistent Storage Access Operation Codes. More...

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.