dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_flash_partition Struct Reference

#include <pios_flash_priv.h>

Data Fields

enum pios_flash_partition_labels label
 
const struct pios_flash_chipchip_desc
 
uint16_t first_sector
 
uint16_t last_sector
 
uint32_t chip_offset
 
uint32_t size
 

Detailed Description

A partition is a contiguous block of sectors within a single underlying flash device.

label is used to describe what the partition is used for and to attach the proper filesystem chip_desc refers to the underlying chip device descriptor first_sector is the sector number (within the chip) where the partition begins last_sector is the last sector number (within the chip) that is within the partition

Definition at line 82 of file pios_flash_priv.h.


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