代码搜索:Serial_init
找到约 226 项符合「Serial_init」的源代码
代码结果 226
www.eeworm.com/read/347550/11658163
h serial.h
/****************************************************************
*
* Microchip 16-bit Embedded Control Design Contest
*
* Entry # MT2268
*
* Spa Pump Controller
*
*************************
www.eeworm.com/read/259508/11786029
h uart.h
#include
void serial_init(void) ;
// 查询方式接收串口数据
unsigned char Uart_getchar(void);
// 查询方式发送串口数据
void Uart_putchar(unsigned char ch) ;
void Uart_putstring(unsigned char *ch) ;
void U
www.eeworm.com/read/165393/5483184
h serial.h
//----------------------------------------------------------------------------
//Written by Dmitry S. Obukhov, 1996
// dso@usa.net
//---------------------------------------------------------------
www.eeworm.com/read/258997/11828467
c serial.c
#include
#include
#include
//#include
//#include "dir\config.h"
#include "serial.h"
#include
//uchar serial_rec_byte;
//extern ucha
www.eeworm.com/read/147766/5723610
c gen550_kgdb.c
/*
* arch/ppc/kernel/gen550_kgdb.c
*
* Generic 16550 kgdb support intended to be useful on a variety
* of platforms. To enable this support, it is necessary to set
* the CONFIG_GEN550 option. A
www.eeworm.com/read/128531/5986311
c gen550_kgdb.c
/*
* arch/ppc/kernel/gen550_kgdb.c
*
* Generic 16550 kgdb support intended to be useful on a variety
* of platforms. To enable this support, it is necessary to set
* the CONFIG_GEN550 option. A
www.eeworm.com/read/152843/5660599
c gen550_kgdb.c
/*
* arch/ppc/syslib/gen550_kgdb.c
*
* Generic 16550 kgdb support intended to be useful on a variety
* of platforms. To enable this support, it is necessary to set
* the CONFIG_GEN550 option. A