Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Flash partition. More...
#include <flash_map.h>
Data Fields | |
uint8_t | fa_id |
ID number. | |
uint16_t | pad16 |
off_t | fa_off |
Start offset from the beginning of the flash device. | |
size_t | fa_size |
Total size. | |
const struct device * | fa_dev |
Backing flash device. | |
Flash partition.
This structure represents a fixed-size partition on a flash device. Each partition contains one or more flash sectors.
const struct device* flash_area::fa_dev |
Backing flash device.
uint8_t flash_area::fa_id |
ID number.
off_t flash_area::fa_off |
Start offset from the beginning of the flash device.
size_t flash_area::fa_size |
Total size.
uint16_t flash_area::pad16 |