550W Document
550W, a high-end OS
|
#include <fat32.h>
Public 属性 | |
struct { | |
uint16_t bytes_per_sec | |
uint8_t sec_per_cluster | |
uint16_t rsvd_sec_cnt | |
uint8_t fat_num | |
uint32_t hidd_sec | |
uint32_t totl_sec | |
uint32_t sec_per_fat | |
uint32_t root_cluster | |
} | bpb |
uint32_t | first_data_sec |
uint32_t | data_sec_cnt |
uint32_t | data_cluster_cnt |
uint32_t | bytes_per_cluster |
uint32_t | entry_per_sec |
uint32_t | free_clusters |
uint32_t | next_free_cluster |
uint32_t | next_free_fat_sec |
struct { ... } fat32::bpb |
uint32_t fat32::bytes_per_cluster |
uint16_t fat32::bytes_per_sec |
uint32_t fat32::data_cluster_cnt |
uint32_t fat32::data_sec_cnt |
uint32_t fat32::entry_per_sec |
uint8_t fat32::fat_num |
uint32_t fat32::first_data_sec |
uint32_t fat32::free_clusters |
uint32_t fat32::hidd_sec |
uint32_t fat32::next_free_cluster |
uint32_t fat32::next_free_fat_sec |
uint32_t fat32::root_cluster |
uint16_t fat32::rsvd_sec_cnt |
uint8_t fat32::sec_per_cluster |
uint32_t fat32::sec_per_fat |
uint32_t fat32::totl_sec |