代码搜索结果
找到约 8,431 项符合
RF 的代码
rf04dev.c
/******************************************************************************
* *
* **********
rf04eb.h
/******************************************************************************
* *
* **********
rf04dev.c
/******************************************************************************
* *
* **********
rf04eb.h
/******************************************************************************
* *
* **********
rf04dev.c
/******************************************************************************
* *
* **********
rf_remote_unit.h
#ifndef RF_CC2511_H
#define RF_CC2511_H
/** \addtogroup module_rfru RF Remote Unit protocol for CC2510 (rfru)
* \brief Simple radio framework intended to be used between CC2511 USB Dongle and CC25
rf_remote_unit.c
/// \addtogroup module_rfru
/// @{
#include "cc2511_app_ex_lib_headers.h"
BOOL __xdata rfTimeout; //used both by rf isr and timer 2 isr
static BYTE __xdata rfrdAckPkt[10];//must be 10 to hold CR
rf_usb_dongle.h
#ifndef RF_USB_DONGLE_H
#define RF_USB_DONGLE_H
/** \addtogroup module_rfud RF USB Dongle protocol for CC2511 (rfud)
* \brief Simple radio framework intended to be used between CC2511 USB Dongle an
rf_usb_dongle.c
/// \addtogroup module_rfud
/// @{
#include "cc2511_app_ex_lib_headers.h"
static BYTE __xdata AckPkt[10];//must be 10 to hold CRC
static RFUD_DATA __xdata rfudData;///internal module data
/
rf2txt.sh
: Run this through /bin/sh
#
# $Id: rf2txt.sh,v 1.3 1998/09/15 16:48:32 wfs Exp $
#
files=${*} ;
DATE=`date | awk '
BEGIN {
month["Jan"] = "January" ;
month["Feb"] = "Feburary" ;
month["Mar"] = "