RTEMS
5.0.0
|
Flash Segment Descriptor holds, number of continuous segments in the device of this type, the base segment number in the device, the address offset of the base segment in the device, and the size of segment. More...
#include <flashdisk.h>
Data Fields | |
uint16_t | count |
uint16_t | segment |
uint32_t | offset |
uint32_t | size |
Flash Segment Descriptor holds, number of continuous segments in the device of this type, the base segment number in the device, the address offset of the base segment in the device, and the size of segment.
Typically this structure is part of a table of segments in the device which is referenced in the flash disk configuration table. The reference is kept in the driver and used all the time to manage the flash device, therefore it must always exist.
uint16_t rtems_fdisk_segment_desc::count |
Number of segments of this type in a row.
uint32_t rtems_fdisk_segment_desc::offset |
Address offset of base segment in device.
uint16_t rtems_fdisk_segment_desc::segment |
The base segment number.
uint32_t rtems_fdisk_segment_desc::size |
Size of the segment in bytes.