ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
#include <fds_internal_defs.h>
Data Fields | |
fds_gc_state_t | state |
uint16_t | cur_page |
uint32_t const * | p_record_src |
uint16_t | run_count |
bool | do_gc_page [FDS_DATA_PAGES] |
bool | resume |
Definition at line 300 of file fds_internal_defs.h.
uint16_t cur_page |
Definition at line 303 of file fds_internal_defs.h.
bool do_gc_page[FDS_DATA_PAGES] |
Definition at line 306 of file fds_internal_defs.h.
uint32_t const* p_record_src |
Definition at line 304 of file fds_internal_defs.h.
bool resume |
Definition at line 307 of file fds_internal_defs.h.
uint16_t run_count |
Definition at line 305 of file fds_internal_defs.h.
fds_gc_state_t state |
Definition at line 302 of file fds_internal_defs.h.