Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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 devicefa_dev
 Backing flash device.
 

Detailed Description

Flash partition.

This structure represents a fixed-size partition on a flash device. Each partition contains one or more flash sectors.

Field Documentation

◆ fa_dev

const struct device* flash_area::fa_dev

Backing flash device.

◆ fa_id

uint8_t flash_area::fa_id

ID number.

◆ fa_off

off_t flash_area::fa_off

Start offset from the beginning of the flash device.

◆ fa_size

size_t flash_area::fa_size

Total size.

◆ pad16

uint16_t flash_area::pad16

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