|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Information about a flash page. More...
#include <flash.h>
Data Fields | |
| off_t | start_offset |
| Offset of the page from the base of the flash address space. | |
| size_t | size |
| Size of the page in bytes. | |
| uint32_t | index |
| Index of the page, counted from 0. | |
Information about a flash page.
| uint32_t flash_pages_info::index |
Index of the page, counted from 0.
| size_t flash_pages_info::size |
Size of the page in bytes.
| off_t flash_pages_info::start_offset |
Offset of the page from the base of the flash address space.