代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.plg
礦ision3 Build Log
Project:
E:\mcbstm32\ChenHuang\my example\example 2\已完成的工程文件\project_package\new_usart\uvision\uart.uv2
Project File Date: 08/28/2007
uart.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides the interface definitions for for uart.c
* Copyright
uart.c
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides interface routines to the LPC ARM UARTs.
* Copyright
uart.lst
1 .file "UART.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __tmp_reg__ = 0
6
uart.h
/*****************************************************/
/* File name : UART.h */
/* Description : header file for UART.c
uart.c
/*****************************************************/
/* File name : UART.c */
/* Description : code for UART0 of m64/128
uart.h
#ifndef _UART_H
#define _UART_H
#include "type.h"
void uart_init(void);
void uart_txrssi(uint16_t rssidata);
#endif
uart.c
#include "uart.h"
#include "type.h"
uint8_t buff[4];
uint8_t count;
void uart_init()
{
// initialize UART
* (volatile unsigned char *)0x90 = 0; /* UBRR0H = 0 */
* (volatile