Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
flash_pages_info Struct Reference

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.

Detailed Description

Information about a flash page.

Field Documentation

◆ index

uint32_t flash_pages_info::index

Index of the page, counted from 0.

◆ size

size_t flash_pages_info::size

Size of the page in bytes.

◆ start_offset

off_t flash_pages_info::start_offset

Offset of the page from the base of the flash address space.


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