代码搜索结果
找到约 10,000 项符合
AVR 的代码
avr2.mcs
; Comba/KCM Macros for Atmel AVR
;
; Triple register is r8|r7|r6
;
; Must remember to clear r1 - compiler expects it!
;
; *** Must use -fno-inline for mrkcm.c module
;
; See makemcs.txt for mo
avr_com.c
/*
编译环境ICC<mark>AVR</mark> ,MCU:MEGA16@8MHZ
模拟串口实现的方法:
方法1、使用外部中断接收+函数发送/定时发送。这个方法适合高波特率通信。
方法2、使用定时器定时查询。适合较低的波特率通信,容易实现全双工通信。
以下是用方法2实现的,要非常注意的地方是:
1、优先级控制宏,实现串口模拟定时器中断优先级最高,
防止定时漂移,实现100%正确率 ...
io-avr.h
/* Copyright (c) 2002,2003 Marek Michalkiewicz, Joerg Wunsch
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided
alu_avr.vhd
--************************************************************************************************
-- ALU(internal module) for AVR core
-- Version 1.1
-- Designed by Ruslan Lepetenok
-- Modified 20
avr_core.vhd
--************************************************************************************************
-- Top entity for AVR core
-- Version 1.11
-- Designed by Ruslan Lepetenok
-- Modified 03.11.200
avr_isr.h
/*
**********************************************************************************************************
* uC/OS-II
*
iic_avr.h
/* 这份源代码文件已被未注册的SourceFormatX格式化过 */
/* 如果您想不再添加此类信息,请您注册这个共享软件 */
/* 更多相关信息请访问网站: http://cn.textrush.com */
///////////////////////////////////////////
// IIC_AVR.H
// Function: IIC dri
iic_avr.c
///////////////////////////////////////////
// IIC_AVR.C
// Function: IIC driver for atmel mega16
// Create : Guobg
// Date : 20060113
// Revision: 0.0
/////////////////////////////////////////