Contiki-Inga 3.x
Data Fields
diskio_device_info Struct Reference

Stores the necessary information to identify a device using the diskio-Library. More...

#include <core/cfs/fat/diskio.h>

Data Fields

uint8_t type
 Specifies the recognized type of the memory.
 
uint8_t number
 Number to identify device.
 
uint8_t partition
 Will be ignored if PARTITION flag is not set in type, otherwise tells which partition of this device is meant.
 
uint32_t num_sectors
 Number of sectors on this device.
 
uint16_t sector_size
 How big is one sector in bytes.
 
uint32_t first_sector
 If this is a Partition, this indicates which is the first_sector belonging to this partition on this device.
 

Detailed Description

Stores the necessary information to identify a device using the diskio-Library.

Definition at line 97 of file diskio.h.