代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/450376/7484896
lst key.lst
__start:
__text_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
www.eeworm.com/read/450376/7484899
dbg key.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\AVR\我的程序\按键实验\
FILE cfg.h
FUNC port_init 96 fV
BLOCK 10 96
LINE 10 96
LINE 11 96
LINE 12 9A
LINE 14 9E
LINE 15 A0
BLOCKEND 0 A2
FUNCEND
www.eeworm.com/read/450376/7484902
mp key.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/450376/7484904
hex key.hex
:040000000C942A0032
:14005400CFE5D4E0CDBFDEBFC051D0400AEA08830024E0E67D
:14006800F0E010E0E036F10711F00192FBCF0083E4E5F0E03C
:14007C00A0E6B0E010E0E435F10721F0C89531960D92F9CFBD
:140090000E947400FFC
www.eeworm.com/read/450111/7490535
asm key.asm
;
; Extended Operating System Loader (XOSL)
; Copyright (c) 1999 by Geurt Vos
;
; This code is distributed under GNU General Public License (GPL)
;
; The full text of the license can be found in
www.eeworm.com/read/450111/7490560
h_ key.h_
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450111/7490562
h key.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999-2000 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can
www.eeworm.com/read/450111/7490740
asm key.asm
;
; Extended Operating System Loader (XOSL)
; Copyright (c) 1999 by Geurt Vos
;
; This code is distributed under GNU General Public License (GPL)
;
; The full text of the license can be found in
www.eeworm.com/read/450111/7490752
h key.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/449920/7493930
c key.c
#include "key.h"
#define KEY1 PF3
#define KEY2 PF2
void Key_InIt(void)
{
DDRF = 0XF3;
PORTF =0XFF;
}
uchar GetKey(void)
{
uchar ret = 0;
while(1)
{
ret = PINF;
if(!(