ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
fds_record_t Struct Reference

A record to be written to flash. More...

#include <fds.h>

Data Fields

uint16_t file_id
 The ID of the file that the record belongs to. More...
 
uint16_t key
 The record key. More...
 
struct {
   void const *   p_data
 
   uint32_t   length_words
 
data
 

Detailed Description

A record to be written to flash.

Definition at line 154 of file fds.h.

Field Documentation

◆ 

struct { ... } data

◆ file_id

uint16_t file_id

The ID of the file that the record belongs to.

Definition at line 156 of file fds.h.

◆ key

uint16_t key

The record key.

Definition at line 157 of file fds.h.

◆ length_words

uint32_t length_words

Definition at line 161 of file fds.h.

◆ p_data

void const* p_data

Definition at line 160 of file fds.h.


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