代码搜索:looptime
找到约 37 项符合「looptime」的源代码
代码结果 37
www.eeworm.com/read/280208/10347454
c sensor2.c
/*
sensor new
base on slice windows means to avoid twitter
*/
#include
#include
#include
const unsigned char LoopTime = 10;
const unsigned char ConfirmTi
www.eeworm.com/read/162470/10303184
c bcdm.c
#include
#include
#include
#include
#define THREADS 4
#define LOOPTIME 1
pthread_t t_master;
pthread_t t_slave[THREADS];
int master_cnt;
int slave_cnt[THR
www.eeworm.com/read/416070/11042535
txt readme.txt
looptime is a test program for the uC/OS Board Support Package (BSP).
Execution
Program runs in a loop until 20 timer interrupts have occured or the loop count
reaches a maximum value. Each inter
www.eeworm.com/read/138856/13207402
txt readme.txt
looptime is a test program for the uC/OS Board Support Package (BSP).
Execution
Program runs in a loop until 20 timer interrupts have occured or the loop count
reaches a maximum value. Each inter
www.eeworm.com/read/279841/4132745
java calculagraph.java
package cn.org.matrix.gmatrix.gameLab.util;
/**
* 计时器类
* @author cleverpig
*
*/
public class Calculagraph {
//循环间隔(以ms为单位)
private int loopTime=0;
//是否是第一次计时
private boolean isFirs
www.eeworm.com/read/13498/277219
m framecheck2.m
function Buffer_Data = framecheck2(in_data,count_buffer)
looptime = length(in_data);
DM_I_old = 0; % 前项
BinFlag = 0; % 跳变检测开始标志
sum_data = 0; % 累加数据
sum_flag = 0; % 累加计数标志
www.eeworm.com/read/380368/9151692
c spi.c
#include "Board.h"
#include "spi.h"
#include "project.h"
AT91PS_PDC pPDC=AT91C_BASE_PDC_SPI0;
int LoopTime=0;
//SetUp Register Value,480Sps,page30
const char SetUpValue[16]={0x35,0xc0,0x35,0xc