:doc: 完善FAT32文档

This commit is contained in:
fslongjin
2022-07-08 21:42:34 +08:00
parent 1ffc21ea2e
commit be155d670b
2 changed files with 219 additions and 2 deletions

View File

@ -87,7 +87,7 @@ struct fat32_FSInfo_t
struct fat32_Directory_t
{
unsigned char DIR_Name[11];
unsigned char DIR_Attr; // 文件属性
unsigned char DIR_Attr; // 目录项属性
unsigned char DIR_NTRes; // EXT|BASE => 8(BASE).3(EXT)
// BASE:LowerCase(8),UpperCase(0)
// EXT:LowerCase(16),UpperCase(0)