Nut/OS  4.10.3
API Reference
_DOSPART Struct Reference

Partition table entry. More...

#include <dospart.h>

Collaboration diagram for _DOSPART:

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(), and SpiMmcMount().

Partition start.

Definition at line 148 of file dospart.h.

Partition type. See PTYPE_ definitions.

Definition at line 150 of file dospart.h.

Referenced by MmCardMount(), and SpiMmcMount().

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.

Referenced by MmCardBlockRead(), MmCardBlockWrite(), MmCardMount(), SpiMmcIOCtl(), and SpiMmcMount().

Partition size in sectors.

Definition at line 156 of file dospart.h.

Referenced by MmCardIOCtl(), MmCardMount(), SpiMmcIOCtl(), and SpiMmcMount().


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