Searched defs:fat32_BootSector_t (Results 1 – 1 of 1) sorted by relevance
25 struct fat32_BootSector_t struct27 uint8_t BS_jmpBoot[3]; // 跳转指令28 uint8_t BS_OEMName[8]; // 生产厂商名29 uint16_t BPB_BytesPerSec; // 每扇区字节数30 uint8_t BPB_SecPerClus; // 每簇扇区数31 uint16_t BPB_RsvdSecCnt; // 保留扇区数32 uint8_t BPB_NumFATs; // FAT表数量33 uint16_t BPB_RootEntCnt; // 根目录文件数最大值34 uint16_t BPB_TotSec16; // 16位扇区总数35 uint8_t BPB_Media; // 介质描述符[all …]