代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.d
MIPS/uart.o MIPS/uart.d : \
customer/uart.c customer\h\config.h customer\h\set.h \
customer\h\regmap.h customer\h\types.h customer\h\dmabuf.h \
customer\h\uart.h
uart.c
#include "config.h"
#include "regmap.h"
#include "uart.h"
extern BYTE *uart_buf;
#ifdef SUPPORT_EPP_DBG
void UART_init(BYTE selection)
{
uart_wp = uart_rp = 0;
UART_LSR = UART_SOFTRESE
uart.h
#ifdef SUPPORT_EPP_DBG
#define UART_SOFTRESET (1
uart.c
/*
* file:
* uart.c
* description:
* uart controller code.
*/
void uart_ctrl_init(unsigned long pclk, int baudrate)
{
int i;
/* enable dbgu rx/tx */
*AT91C_PIOA_P
uart.c
/*
* file:
* uart.c
* description:
* uart controller code.
*/
void uart_ctrl_init(unsigned long pclk, int baudrate)
{
int i;
/* enable uart rx0/tx0 */
rPCONE &= ~
uart.c
/*
* file:
* uart.c
* description:
* uart controller code.
*/
void uart_ctrl_init(unsigned long pclk, int baudrate)
{
int i;
/* enable uart rx0/tx0 */
rGPHCON &=
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
#endif //#ifndef __UART_H__
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
#endif //#ifndef __UART_H__
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
#endif //#ifndef __UART_H__
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
#endif //#ifndef __UART_H__