31 * @brief This function initializes one of the configuration that exists in Mbed OS. To overwrite
32 * the default configuration, please overwrite this function.
33 *
34 * @returns 0 on success or negative value on failure.
35 */
36int kv_init_storage_config();
37
38/**
39 * @brief A getter for filesystemstore folder path configuration
40 *
41 * @returns string with the file folder path or NULL if not set
42 */
43constchar *get_filesystemstore_folder_path();
44
45#ifdef __cplusplus
46 } // closing brace for extern "C"
47#endif
48#endif
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.