API implementation of fstorage that uses the SoftDevice. More...
Variables |
|
| nrf_fstorage_api_t | nrf_fstorage_sd |
|
API implementation that uses the SoftDevice.
More...
|
|
Detailed Description
API implementation of fstorage that uses the SoftDevice.
Variable Documentation
| nrf_fstorage_api_t nrf_fstorage_sd |
API implementation that uses the SoftDevice.
An fstorage instance with this API implementation can be initialized by providing this structure as a parameter to
nrf_fstorage_init
. The structure is defined in
nrf_fstorage_sd.c
.