ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
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.

Definition at line 184 of file fds.h.

Field Documentation

◆ p_addr

uint32_t const* p_addr

Definition at line 186 of file fds.h.

◆ page

uint16_t page

Definition at line 187 of file fds.h.


The documentation for this struct was generated from the following file: