API implementation of fstorage that uses the non-volatile memory controller (NVMC). More...
Variables |
|
| nrf_fstorage_api_t | nrf_fstorage_nvmc |
|
API implementation that uses the non-volatile memory controller.
More...
|
|
Detailed Description
API implementation of fstorage that uses the non-volatile memory controller (NVMC).
Variable Documentation
| nrf_fstorage_api_t nrf_fstorage_nvmc |
API implementation that uses the non-volatile memory controller.
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_nvmc.c
.