Lines Matching +full:non +full:- +full:volatile
1 /* NVS: non volatile storage in flash
5 * SPDX-License-Identifier: Apache-2.0
20 * @brief Non-volatile Storage (NVS)
21 * @defgroup nvs Non-volatile Storage (NVS)
30 * @brief Non-volatile Storage Data Structures
31 * @defgroup nvs_data_structures Non-volatile Storage Data Structures
37 * @brief Non-volatile Storage File system structure
44 * - high 2 bytes correspond to the sector
45 * - low 2 bytes are the offset in the sector
50 /** File system is split into sectors, each sector must be multiple of erase-block-size */
72 * @brief Non-volatile Storage APIs
73 * @defgroup nvs_high_level_api Non-volatile Storage APIs
83 * @retval -ERRNO errno code if error
92 * @retval -ERRNO errno code if error
121 * @retval -ERRNO errno code if error