MicrOS
mbr_partition Struct Reference

#include <mbr_partition.h>

Public Attributes

uint8_t status
 
uint8_t first_head
 
uint8_t first_sector: 6
 
uint16_t first_track: 10
 
uint8_t type
 
uint8_t last_head
 
uint8_t last_sector: 6
 
uint16_t last_track: 10
 
uint32_t first_sector_lba
 
uint32_t sectors_count
 

Member Data Documentation

◆ first_head

uint8_t mbr_partition::first_head

◆ first_sector

uint8_t mbr_partition::first_sector

◆ first_sector_lba

uint32_t mbr_partition::first_sector_lba

◆ first_track

uint16_t mbr_partition::first_track

◆ last_head

uint8_t mbr_partition::last_head

◆ last_sector

uint8_t mbr_partition::last_sector

◆ last_track

uint16_t mbr_partition::last_track

◆ sectors_count

uint32_t mbr_partition::sectors_count

◆ status

uint8_t mbr_partition::status

◆ type

uint8_t mbr_partition::type

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