代码搜索结果
找到约 8,431 项符合
RF 的代码
makefile
obj-m := pci_skel.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_ve
startime.cpp
#include
#include
#include
#include
#include "def.h"
#include "db.h"
#include "dbfile.h"
#include "cmdefs.h"
typedef struct {
RUNFLAG rf;
WORD
cdt.cpp
#include
#include
#include
#include
#include "def.h"
#include "db.h"
#include "dbfile.h"
#include "cmdefs.h"
typedef struct {
RUNFLAG rf;
WORD
makefile
obj-m := pci_skel.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_ve
thrcapture2a.c
#include
#include
// DSP/BIOS includes
#include
// CSL includes
#include
// RF5 module includes
#include
#include
#include
thrcapture2b.c
#include
#include
// DSP/BIOS includes
#include
// CSL includes
#include
// RF5 module includes
#include
#include
#include
makefile
obj-m := pci_skel.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_ve
miaocounter6.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY miaocounter6 IS
GENERIC(LEN: integer:=6);
PORT(clkin: in std_logic;
Rf: in
fencounter6.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY fencounter6 IS
GENERIC(LEN: integer:=6);
PORT(clkin: in std_logic;
Rf: in
counter12.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY counter12 IS
GENERIC(LEN: integer:=12);
PORT(clkin: in std_logic;
Rf: in