代码搜索:AVR微处理器

找到约 10,000 项符合「AVR微处理器」的源代码

代码结果 10,000
www.eeworm.com/read/124347/6052795

h avr.h

/* Opcode table for the Atmel AVR micro controllers. Copyright 2000 Free Software Foundation, Inc. Contributed by Denis Chertykov This program is free software; you ca
www.eeworm.com/read/124347/6052896

h avr.h

/* AVR ELF support for BFD. Copyright 1999, 2000 Free Software Foundation, Inc. Contributed by Denis Chertykov This file is part of BFD, the Binary File Descriptor library.
www.eeworm.com/read/117181/6109872

mt avr.mt

# Target: AVR TDEPFILES= avr-tdep.o # # There is no simulator provided with gdb (yet). # # See for the simulator # used during development of avr support
www.eeworm.com/read/116008/6114216

c avr.c

/* Avr.C Top class of the AVR micro controllers Uros Platise (c) 1999 */ #include #include #include #include #include "Avr.h" #include "Error.h" #def
www.eeworm.com/read/116008/6114219

h avr.h

/* Avr.h Top class of the AVR micro controllers Uros Platise (c) 1999 */ #ifndef __AVR #define __AVR #include "Global.h" /* Flags for device features: */ /* Old command (LB1=b7, LB2=b6) for
www.eeworm.com/read/494289/6381809

mcs avr.mcs

; Comba/KCM Macros for Atmel AVR ; ; Triple register is r8|r7|r6 ; ; X = r26|r27 ; Y = r28|r29 ; Z = r30|r31 ; ; Must remember to clear r1 - compiler expects it! ; ; *** Must use -fno-inline
www.eeworm.com/read/481880/6632081

inc avr.inc

;------------------------------------------------; ; Constants .equ RAMTOP = 0x60 ; Except for M64/128/162/169 .equ RAMTOP100 = 0x100 ; For only M64/128/162/169 .equ bit0 = 0b00000001 .equ
www.eeworm.com/read/481762/6638006

bmp avr.bmp

www.eeworm.com/read/480025/6675085

h avr.h

#ifndef __avr_h #define __avr_h /* AVR NOP OPERATION */ #define NOP asm("nop") /* OPEN INTERRUPT */ #define SEI asm("sei") /* CLOSE INTERRUPT */ #define CLI asm("cli") /* S
www.eeworm.com/read/478425/6717644

dll avr.dll