nRF5 SDK v11.0.0
Data Fields
fds_find_token_t Struct Reference

A token to keep information about the progress of fds_record_find, fds_record_find_by_key, and fds_record_find_in_file. More...

#include <fds.h>

Data Fields

uint32_t const * p_addr
 
uint16_t page
 

Detailed Description

A token to keep information about the progress of fds_record_find, fds_record_find_by_key, and fds_record_find_in_file.

Note
Always zero-initialize the token before using it for the first time.
Never reuse the same token to search for different records.

Documentation feedback | Developer Zone | Updated