Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
fstorage.h File Reference
Go to the source code of this file.
Data Structures | |
| struct | fs_config_t |
| Flash storage config variable. More... | |
Typedefs | |
| typedef void(* | fs_cb_t )(uint8_t op_code, uint32_t result, uint32_t const *p_data, fs_length_t length_words) |
| Callback for flash operations. | |
Functions | |
| static void | fs_callback (uint8_t op_code, uint32_t result, uint32_t const *p_data, fs_length_t length_words) |
| Function prototype for a callback handler. | |
| ret_code_t | fs_init (void) |
| Function to initialize FStorage. | |
| ret_code_t | fs_store (fs_config_t const *p_config, uint32_t const *p_addr, uint32_t const *const p_data, fs_length_t length_words) |
| Function to store data in flash. | |
| ret_code_t | fs_erase (fs_config_t const *p_config, uint32_t *const p_addr, fs_length_t length_words) |
| Function to erase a page in flash. | |
| void | fs_sys_event_handler (uint32_t sys_evt) |
| Function to call to handle events from the SoftDevice. | |
Detailed Description
Definition in file fstorage.h.
Generated on Tue Jul 12 2022 19:52:04 by
1.7.2
