代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
/*************************************************************************/
/* */
/* FILE NAME
uart.c
#undef MOD_GLOBALS
#define MOD_COM
#include "stdarg.h"
#include "snds.h"
#include "isr.h"
#include "uart.h"
#define rUARTLCON0 rULCONWL_0 | rSTOPBIT_0 | rULCON_PMD_0 | rCLKBIT_0
#def
uart.h
/******************************************************************************************/
/*name: uart.h */
/*note: cs89712 uart macros and data structures
uart.c
/******************************************************************************************/
/* Name:UART.C */
/* Note:Routines for enabling the UARTs and sending/receiving
uart.c
/*************************************************************************/
/* */
/* FILE NAME
uart.h
/*************************************************************************/
/* */
/* FILE NAME
uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);