Data Fields | |
device_read_t | device_read |
The function which reads data from the partition. | |
device_read_interval_t | device_read_interval |
The function which repeatedly reads a constant amount of data from the partition. | |
device_write_t | device_write |
The function which writes data to the partition. | |
device_write_interval_t | device_write_interval |
The function which repeatedly writes data to the partition. | |
uint8_t | type |
The type of the partition. | |
uint32_t | offset |
The offset in bytes on the disk where this partition starts. | |
uint32_t | length |
The length in bytes of this partition. |
The function which reads data from the partition.
The function which repeatedly reads a constant amount of data from the partition.
The function which writes data to the partition.
The function which repeatedly writes data to the partition.
uint8_t partition_struct::type |
The type of the partition.
Compare this value to the PARTITION_TYPE_* constants.