代码搜索:portbase
找到约 497 项符合「portbase」的源代码
代码结果 497
www.eeworm.com/read/490093/6458238
h portbase.h
/*------------------------------------------------------------------------------
**文 件 名:PortBase.h
**功 能:
**创 建 人:杨承凯
**创建日期:2009-4-20
**说 明:一些端口操作的宏定义
------------------------------
www.eeworm.com/read/135960/13882868
c modem.c
#include
#include
#include
#include
#include
#define COM1 1
#define COM2 2
#define COM3 3
#define COM4
www.eeworm.com/read/227331/14431783
cpp combase.cpp
/*------------------------------------------------------------------*
SERIAL.CPP
The following code shows how to take advantage of some of
the Turbo C++ extensions to the C++ lang
www.eeworm.com/read/389240/8540259
h task.h
/*
FreeRTOS.org V5.0.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/188346/8547383
cpp example1.cpp
/*
Here's a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
*/
#include "rtpsession.h"
#include "rtppacket.h"
#include "rtpudpv4tra
www.eeworm.com/read/430937/8717853
c flash.c
/*
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/430937/8717873
c integer.c
/*
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/430937/8718210
h partest.h
/*
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/430937/8718216
h task.h
/*
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/383756/8921110
c freertos kernel.c
#include
#include
#include
#include "FreeRTOS.h"
#include "task.h"
#include "StackMacros.h"
#include "croutine.h"
#include "list.h"
/*
FreeRTOS.org V5.1.1 -