Lines Matching full:system
35 * @brief Non-volatile Storage File system structure
38 /** File system offset in flash **/
48 /** File system is split into sectors, each sector must be multiple of erase-block-size */
50 /** Number of sectors in the file system */
52 /** Flag indicating if the file system is initialized */
77 * @brief Mount an NVS file system onto the flash device specified in @p fs.
79 * @param fs Pointer to file system
86 * @brief Clear the NVS file system from flash.
88 * @param fs Pointer to file system
95 * @brief Write an entry to the file system.
102 * @param fs Pointer to file system
114 * @brief Delete an entry from the file system
116 * @param fs Pointer to file system
124 * @brief Read an entry from the file system.
126 * @param fs Pointer to file system
139 * @brief Read a history entry from the file system.
141 * @param fs Pointer to file system
155 * @brief Calculate the available free space in the file system.
157 * @param fs Pointer to file system
160 * still be written to the file system. Calculating the free space is a time consuming operation,