Lines Matching full:system
37 * @brief Non-volatile Storage File system structure
40 /** File system offset in flash **/
50 /** File system is split into sectors, each sector must be multiple of erase-block-size */
52 /** Number of sectors in the file system */
54 /** Flag indicating if the file system is initialized */
79 * @brief Mount an NVS file system onto the flash device specified in @p fs.
81 * @param fs Pointer to file system
88 * @brief Clear the NVS file system from flash.
90 * @param fs Pointer to file system
97 * @brief Write an entry to the file system.
104 * @param fs Pointer to file system
116 * @brief Delete an entry from the file system
118 * @param fs Pointer to file system
126 * @brief Read an entry from the file system.
128 * @param fs Pointer to file system
141 * @brief Read a history entry from the file system.
143 * @param fs Pointer to file system
157 * @brief Calculate the available free space in the file system.
159 * @param fs Pointer to file system
162 * still be written to the file system. Calculating the free space is a time consuming operation,
170 * @param fs Pointer to the file system.
185 * @param fs Pointer to the file system.