|
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. | |
| 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. | |
| 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. | |
| bool | rt_flash_busy (void) |
| Check if flash is running an operation. | |
Definition in file ruuvi_task_flash.c.