26#ifndef _APP_PERSISTENT_H_
27#define _APP_PERSISTENT_H_
app_persistent_res_e App_Persistent_read(uint8_t *data, size_t len)
Read from persistent.
app_persistent_res_e App_Persistent_init(void)
Initialize app persistent module.
app_persistent_res_e
List of return code.
@ APP_PERSISTENT_RES_NO_AREA
@ APP_PERSISTENT_RES_FLASH_ERROR
@ APP_PERSISTENT_RES_ACCESS_TIMEOUT
@ APP_PERSISTENT_RES_TOO_BIG
@ APP_PERSISTENT_RES_UNINITIALIZED
@ APP_PERSISTENT_RES_INVALID_CONTENT
app_persistent_res_e App_Persistent_write(uint8_t *data, size_t len)
Write to persistent.