DOSPART Struct Reference
[DOS Partitions]

Partition table entry. More...

Data Fields

uint8_t part_state
 Boot descriptor.
uint8_t part_start [3]
 Partition start.
uint8_t part_type
 Partition type. See PTYPE_ definitions.
uint8_t part_end [3]
 Partition end.
uint32_t part_sect_offs
 First linear block address of this partition.
uint32_t part_sects
 Partition size in sectors.

Detailed Description

Partition table entry.

Multibyte values are little endian.

Definition at line 144 of file dospart.h.


Field Documentation

Boot descriptor.

Definition at line 146 of file dospart.h.

Referenced by MmCardMount().

Partition start.

Definition at line 148 of file dospart.h.

Partition type. See PTYPE_ definitions.

Definition at line 150 of file dospart.h.

Partition end.

Definition at line 152 of file dospart.h.

First linear block address of this partition.

Definition at line 154 of file dospart.h.

Partition size in sectors.

Definition at line 156 of file dospart.h.


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

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/