fat_data.c

来自「很多人想要的LCDSLIN.c文件是给UCGUI用的驱动文件」· C语言 代码 · 共 47 行

C
47
字号
/************************************************************************                          Micrium, Inc.*                      949 Crestview Circle*                     Weston,  FL 33327-1848**                            uC/FS**                (c) Copyright 2002, Micrium, Inc.*                      All rights reserved.************************************************************************----------------------------------------------------------------------
File        : fat_data.c
Purpose     : File system's FAT File System Layer data buffers
----------------------------------------------------------------------
Known problems or limitations with current version
----------------------------------------------------------------------
None.
---------------------------END-OF-HEADER------------------------------
*/

/*********************************************************************
*
*             #include Section
*
**********************************************************************
*/

#include "fs_conf.h"
#include "fs_port.h"
#include "fs_dev.h"
#include "fs_api.h"
#include "fs_fat.h"

/*********************************************************************
*
*             Global Variables
*
**********************************************************************
*/

FS__fat_BPB_fat_type  FS__fat_BPB_unit[FS_MAXDEV][FS_FAT_MAXUNIT];


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?