代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
/* flash.h:
* Device-independent macros and data structures used by flash driver.
*/
#define FLASH_PROTECT_WINDOW_CLOSED 0
#define ALL_SECTORS -1
#define FLASH_LOCK 1
#define FLASH_UNLOCK
flash.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E
flash.lst
__text_start:
__start:
002A E5CF LDI R28,0x5F
002B E0D4 LDI R29,4
002C BFCD OUT 0x3D,R28
002D BFDE OUT 0x3E,R29
002E 51C0 SUBI R28,0x10
002F 40D
flash.s
.module Flash.c
.area text(rom, con, rel)
.dbfile D:\ICC_H\Software.H
.dbfunc e speaData _speaData fV
; y -> y+4
; j -> y+0
; i -> R10
; le
flash.lis
.module Flash.c
.area text(rom, con, rel)
0000 .dbfile D:\ICC_H\Software.H
0000 .dbfunc e speaData _speaData fV
flash.src
[Files]
Flash.c
[Headers]
[Documents]
flash.lk
Flash.o
flash.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
flash.o
XL
H 2 areas 1B global symbols
M Flash.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset4 Ref0000
S mod32u Ref0000
S div32u Ref0000
S push_arg4 Ref0000
S pop_gset1 Ref0000
S pop_gset2
flash_._c
#include
#include "D:\ICC_H\CmmICC.H"
#define LED_DDR DDRD
#define LED_PORT PORTD
void main(void)
{
}