代码搜索结果
找到约 5,134 项符合
USART 的代码
slave2.src
[Files]
main.c
[Headers]
usart.h
1602.h
crc8.h
delay.h
key.h
[Documents]
master.src
[Files]
main.c
[Headers]
usart.h
1602.h
crc8.h
delay.h
key.h
[Documents]
rs485.src
[Files]
main.c
[Headers]
usart.h
1602.h
crc.h
delay.h
key.h
[Documents]
usart.lst
HI-TECH Software PICC Macro Assembler V8.05PL1
Serial number: HCPIC-27657 Tue Dec 9 11:50:26 2008
Licensed to: ONE
1 processor 16F8
usart.c
#include
#include
#include "usart.h"
void
putch(unsigned char byte)
{
/* output one byte */
while(!TXIF) /* set when register is empty */
continue;
TXREG = byte;
}
usart_mega16.h
#ifndef _USART_MEGA16_H__
#define _USART_MEGA16_H__
// USART Receiver buffer
#define RX_BUFFER_SIZE 16
extern char rx_buffer[RX_BUFFER_SIZE];
#if RX_BUFFER_SIZE
fet440_spi0_016x.c
//******************************************************************************
// MSP-FET430P440 Demo - USART0, SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USART
usart.lnp
"..\obj\cortexm3_macro.o" "..\obj\stm32f10x_vector.o" "..\obj\main.o" "..\obj\stm32f10x_it.o" "..\obj\stm32f10x_lib.o" "..\obj\stm32f10x_gpio.o" "..\obj\stm32f10x_rcc.o" "..\obj\stm32f10x_nvic.o" "..\
usart.htm
Static Call Graph - [..\obj\USART.axf]
Static Call Graph for image ..\obj\USART.axf
clock.c
#include
#include
#include
#include
#define TMR1_VAL 65536-32768 //