代码搜索:Serial_init

找到约 226 项符合「Serial_init」的源代码

代码结果 226
www.eeworm.com/read/430874/8720630

asm serial.asm

.include "serial.h" .module serial_asm .area code (REL) ;---------------------------------------------------------; ; serial port & timer initialisation serial_init: mov th1, #baud_const mov tl
www.eeworm.com/read/374741/9386016

c init.c

/****************Portting Start *******************/ #include "string.h" #include "vxworks.h" #include "tylib.h" int consoleFd; void serial_init( ) { consoleFd=open("/tyCo/0",O_RDWR
www.eeworm.com/read/374737/9387256

c init.c

/****************Portting Start *******************/ #include "string.h" #include "vxworks.h" #include "tylib.h" int consoleFd; void serial_init( ) { consoleFd=open("/tyCo/0",O_RDWR
www.eeworm.com/read/355276/10282940

h mn_lcm.h

#ifndef __MN_LCM_H__ #define __MN_LCM_H__ /*----------声明定义----------*/ #define uchar unsigned char #define uint unsigned int /*----------接口函数----------*/ //基本液晶函数 void Serial_Init(void
www.eeworm.com/read/385462/2589890

h pc.h

#ifndef HW_PC_H #define HW_PC_H /* PC-style peripherals (also used by other machines). */ /* serial.c */ SerialState *serial_init(int base, qemu_irq irq, int baudbase, Char
www.eeworm.com/read/304243/13797456

c main.c

#include void delay(unsigned int i); void send(unsigned char n ); void serial_init(void); void sendstr(unsigned char *str); main() { unsigned char k,a[]="hello world!\n"; serial_i
www.eeworm.com/read/113714/15450343

c serial.c

#include "system.h" #include "types.h" #include "serial.h" //init the first series port void serial_init() { UINT32 intm; UINT32 status; //set bandrate under 38400 HAL_WRI
www.eeworm.com/read/418361/10950115

h pc.h

#ifndef HW_PC_H #define HW_PC_H /* PC-style peripherals (also used by other machines). */ /* serial.c */ SerialState *serial_init(int base, qemu_irq irq, CharDriverState *chr); SerialState *serial_
www.eeworm.com/read/346457/3182182

svn-base pc.h.svn-base

#ifndef HW_PC_H #define HW_PC_H /* PC-style peripherals (also used by other machines). */ /* serial.c */ SerialState *serial_init(int base, qemu_irq irq, CharDriverState *chr); SerialState *serial_
www.eeworm.com/read/244055/12894673

c serial.c

#include "serial.h" #include "..\main\port.h" #include "..\main\ext_reg.h" #include #define NOP() {_nop_(); _nop_();} void Serial_Init() { // Serial init PCON &= 0x7F;