ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
The record descriptor structure that is used to manipulate records. More...
#include <fds.h>
Data Fields | |
uint32_t | record_id |
The unique record ID. More... | |
uint32_t const * | p_record |
The last known location of the record in flash. More... | |
uint16_t | gc_run_count |
Number of times garbage collection has been run. More... | |
bool | record_is_open |
Whether the record is currently open. More... | |
The record descriptor structure that is used to manipulate records.
This structure is used by the FDS module. You must provide the descriptor to the module when you manipulate existing records. However, you should never modify it or use any of its fields.
uint16_t gc_run_count |
uint32_t const* p_record |