代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
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
www.eeworm.com/read/402106/11543167
__avr_gdbinit
define reset
SIGNAL SIGHUP
end
file main.elf
target remote localhost:4242
break main
www.eeworm.com/read/401275/11559976
pdf avr.pdf
www.eeworm.com/read/400373/11578296
c avr.c
/**************************************************************************
**
** 文件: AVR.c
** 描述: 该文件完成MCU的初始化
**
**************************************************************************
www.eeworm.com/read/156587/11790875