代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/329477/12953470
avr clock.avr
.include "2313def.inc"
.equ IND_DATA =5 ;IND_DATA conn to pin #5
.equ IND_CLOCK =6 ;IND_CLOCK conn to pin #6
.def CNT1 =R25 ;(GL)Counter for DIGIT_7SEG1/DIGIT_7SEG2 Select
.def KEY =R2
www.eeworm.com/read/240373/13221435
inc avr.inc
;------------------------------------------------;
; Constants
.equ RAMTOP = 0x60 ; SRAM top address
.equ RAMTOP100 = 0x100 ; For memory mapped I/O devices
.equ bit0 = 0b00000001
.equ bit1
www.eeworm.com/read/324569/13257358
pdf avr.pdf
www.eeworm.com/read/324383/13266169
txt avr串口.txt
/* Code adapted from Atmel AVRApplication Note AVR306
* Interrupt mode driver for UART.
*/
#include
#include
#include "uart.h"
/* IMPORTANT: these vector numbers are for
www.eeworm.com/read/238952/13313188
c avr.c
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/238952/13313335
h avr.h
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/315076/13552783
pdf avr.pdf
www.eeworm.com/read/314686/13561652
doc avr.doc
www.eeworm.com/read/314156/13573889
awk avr.awk
BEGIN { FS = " "} { nl++ } { s=s+$1} END {print "average:" s/nl}
www.eeworm.com/read/308779/13692190
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