代码搜索结果
找到约 8,431 项符合
RF 的代码
usbf_rf.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Register File
rf_ioctl.h
/*
rf_ioctl.h
Header file for the WINSNG 2 Radio Low Level (ioctl) API
-------------------------------------------------------------------------
Copyright (c) 2002, Sensoria Corporatio
rf_util.h
/*
rf_util.h
Header file for various utility functions
-------------------------------------------------------------------------
Copyright (c) 2002, Sensoria Corporation. All rights
rf_commander.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
rf_proximity.comp
TOS_MODULE RF_PROXIMITY;
ACCEPTS{
void RF_PROXIMITY_START();
};
USES{
void RF_PROXIMITY_SLEEP(char prescale);
};
rf_proximity.c
#include "tos.h"
#include "RF_PROXIMITY.h"
static inline void reset_pot() {
unsigned char i;
for (i=0; i < 200; i++) {
decrease_r();
}
for (i=0; i < 33; i++) {
incre
rf_proximity.comp
TOS_MODULE RF_PROXIMITY;
ACCEPTS{
void RF_PROXIMITY_START();
};
USES{
void RF_PROXIMITY_SLEEP(char prescale);
};
rf_proximity.c
#include "tos.h"
#include "RF_PROXIMITY.h"
static inline void reset_pot() {
unsigned char i;
for (i=0; i < 200; i++) {
decrease_r();
}
for (i=0; i < 33; i++) {
incre
rf_comm.c
/* tab:4
* "Copyright (c) 2002 and The Regents of the University
* of California. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* docume
rf_proximity.comp
TOS_MODULE RF_PROXIMITY;
ACCEPTS{
void RF_PROXIMITY_START();
};
USES{
void RF_PROXIMITY_SLEEP(char prescale);
};