ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
Go to the source code of this file.
Functions | |
rd_status_t | rt_flash_init (void) |
Initialize flash storage. More... | |
rd_status_t | rt_flash_store (const uint16_t file_id, const uint16_t record_id, const void *const message, const size_t message_length) |
Store data to flash. More... | |
rd_status_t | rt_flash_load (const uint16_t page_id, const uint16_t record_id, void *const message, const size_t message_length) |
Load data from flash. More... | |
bool | rt_flash_busy (void) |
Check if flash is running an operation. More... | |
Definition in file ruuvi_task_flash.c.