nRF5 SDK  v12.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.