代码搜索:FAt
找到约 10,000 项符合「FAt」的源代码
代码结果 10,000
www.eeworm.com/read/431906/8647445
h fat.h
//*****************************************************************
//
// File Name : 'fat.h'
// Title : FAT file system implementation
// Author : Pascal Stang
// Date : 12/10/2000
// Re
www.eeworm.com/read/431766/8655483
o fat.o
www.eeworm.com/read/431766/8655542
h fat.h
#ifndef __FAT__H
#define __FAT__H
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#define CHAR unsigned char //8b
#define BYTE u
www.eeworm.com/read/431766/8655551
c fat.c
#include "Fat.h"
#include "UART.h"
#include "SD.h"
#include
#define debug 0
#define List_DirFile_EN 1
unsigned char BUFFER[512] = {0};
/////////////////////////////////////
www.eeworm.com/read/431518/8671759
c fat.c
#define IN_FAT
#include "SYS_Config.h"
#include "SD_Config.h"
#include "SD_Drive.h"
#include "Fat.h"
/******************************************************************************
www.eeworm.com/read/431518/8671773
h fat.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研
www.eeworm.com/read/431518/8672286
lis fat.lis
.module fat.c
.area text(rom, con, rel)
; temp -> R10,R11
; ByteIndex -> R14,R15
;
www.eeworm.com/read/431518/8672299
s fat.s
.module fat.c
.area text(rom, con, rel)
; temp -> R10,R11
; ByteIndex -> R14,R15
; Rt -> y+6
; Buf -> R12,R13
; SecIndex -> y+2
; Disk ->
www.eeworm.com/read/431518/8672385
o fat.o
XL
H 1 areas 15 global symbols
M fat.c
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S _OpenSec Ref0000
S div32u Ref0000
S _CloseSec Ref0000
S _WriteSec Ref0000
S push_arg4
www.eeworm.com/read/287222/8701428
c fat.c
/************************************************************/
/* FAT Code for AT91SAM7S64 */
/* By pasyong */
/* 2006-5 */
/* Base IAR 4.30A */
/********