dRonin
adbada4
dRonin firmware
|
#include <pios_flash_priv.h>
Data Fields | |
enum pios_flash_partition_labels | label |
const struct pios_flash_chip * | chip_desc |
uint16_t | first_sector |
uint16_t | last_sector |
uint32_t | chip_offset |
uint32_t | size |
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.