Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
flash_sector Struct Reference

Structure for transfer flash sector boundaries. More...

#include <flash_map.h>

Data Fields

off_t fs_off
 
size_t fs_size
 

Detailed Description

Structure for transfer flash sector boundaries.

This template is used for presentation of flash memory structure. It consumes much less RAM than flash_area

Field Documentation

◆ fs_off

off_t flash_sector::fs_off

Sector offset from the beginning of the flash device

◆ fs_size

size_t flash_sector::fs_size

Sector size in bytes


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