代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/135421/13934013
c uart.c
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/300102/13934086
h uart.h
/*******************************************************************************
*
* UART.H
*
* This module allows to use the UARTs of chipset 1.5 in interrupt mode.
* The driver calls a user's f
www.eeworm.com/read/300102/13934093
c uart.c
/*******************************************************************************
*
* UART.C
*
* This module allows to use the UARTs of chipset 1.5 in interrupt mode for
* the Receive side and in
www.eeworm.com/read/135417/13934370
o uart.o
www.eeworm.com/read/135417/13934457
c uart.c
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/135319/13939573
h uart.h
#ifndef INC_EUART
#define INC_EUART
#include "../Include/type.h"
#define UART_PORT 1
#if (UART_PORT==1)
#define UART_BASE 0x206000
#else
#define UART_BASE 0x207000
#endif
#defin
www.eeworm.com/read/135319/13939576
c uart.c
#include "uart.h"
#include "../Include/mx1.h"
void EUARTinit()
{
// config I/O pins for UART 2
_reg_PT_GIUS &= PORT_MASK;
_reg_PT_GPR &= PORT_MASK;
// config UART 2
_reg_UCR1 = 5;
_reg_UCR2 =
www.eeworm.com/read/300066/13940409
c uart.c
#include
#include "Uart.h"
#include "queue.h"
unsigned char Init_Uart1( unsigned int Baudrate )
{
}
#endif
www.eeworm.com/read/237562/13944987
h uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua
www.eeworm.com/read/237561/13945088
h uart.h
#ifndef uart_H_INCLUDED
#define uart_H_INCLUDED
// _____________________________________________________________________________
// _________________________________________________________________