![]() |
![]() |
Modules | |
| Status Codes | |
| Command Codes | |
Macros | |
| #define | NVS_CMD_RESERVED 32 |
| #define | NVS_STATUS_RESERVED -32 |
These NVS macros are reservations for NVS.h
| #define NVS_CMD_RESERVED 32 |
Common NVS_control command code reservation offset. NVS driver implementations should offset command codes with NVS_CMD_RESERVED growing positively
Example implementation specific command codes:
| #define NVS_STATUS_RESERVED -32 |
Common NVS_control status code reservation offset. NVS driver implementations should offset status codes with NVS_STATUS_RESERVED growing negatively.
Example implementation specific status codes: