| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Flash partition. More...
#include <flash_map.h>
Data Fields | |
| uint8_t | fa_id | 
| uint16_t | pad16 | 
| off_t | fa_off | 
| size_t | fa_size | 
| const struct device * | fa_dev | 
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 |