代码搜索:IO控制

找到约 10,000 项符合「IO控制」的源代码

代码结果 10,000
www.eeworm.com/read/337546/3328743

c dbg_io.c

#include #ifdef CONFIG_KGDB #include /* For the serial port location and base baud */ /* --- CONFIG --- */ typedef unsigned char uint8; typedef unsigned int uint32;
www.eeworm.com/read/337546/3328803

c dbg_io.c

/* * kgdb debug routines for SiByte boards. * * Copyright (C) 2001 MontaVista Software Inc. * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net * * This program is free software; you can redis
www.eeworm.com/read/337546/3328836

c kgdb_io.c

/* * BRIEF MODULE DESCRIPTION * Low level uart routines to directly access a TX[34]927 SIO. * * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ahennessy@m
www.eeworm.com/read/337546/3328945

c dbg_io.c

#include #include #include #ifdef CONFIG_KGDB /* * FIXME the user should be able to select the * uart to be used for debugging. */ #define
www.eeworm.com/read/337546/3328980

c dbg_io.c

/* * kgdb io functions for DDB5476. We use the second serial port. * * Copyright (C) 2001 MontaVista Software Inc. * Author: jsun@mvista.com or jsun@junsun.net * * This program is free software
www.eeworm.com/read/337546/3328996

c kgdb_io.c

/* * kgdb io functions for DDB5477. We use the second serial port (upper one). * * Copyright (C) 2001 MontaVista Software Inc. * Author: jsun@mvista.com or jsun@junsun.net * * This program is f
www.eeworm.com/read/337546/3329003

c dbg_io.c

#include #ifdef CONFIG_KGDB /* --- CONFIG --- */ /* we need uint32 uint8 */ /* #include "types.h" */ typedef unsigned char uint8; typedef unsigned int uint32; /* --- END OF CONFI
www.eeworm.com/read/337546/3329147

c dbg_io.c

#include #if defined(CONFIG_REMOTE_DEBUG) #include /* For the serial port location and base baud */ /* --- CONFIG --- */ typedef unsigned char uint8; typedef unsign
www.eeworm.com/read/337546/3329156

c dbg_io.c

#include #ifdef CONFIG_KGDB #include /* For the serial port location and base baud */ /* --- CONFIG --- */ typedef unsigned char uint8; typedef unsigned int uint32;
www.eeworm.com/read/337546/3329171

c dbg_io.c

#include #ifdef CONFIG_KGDB #include /* For the serial port location and base baud */ /* --- CONFIG --- */ typedef unsigned char uint8; typedef unsigned int uint32;