代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
control.h
/* A simple rate-monotonic scheduler */
/* Header file */
#define EXEC 1
#define SUSP 2
#define DEBUG_FIFO 5
#define RTIME long long
typedef struct {
int state;
int id;
RT
control.h
/*
* Header file for the ADC unit
*/
extern void InitialiseADC (unsigned char ADC_Channel);
/*---------------------------------------------------------------
Initialising the ADC channels
control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "44b.h"
#include "option.h"
void ShowBootInfo(void)
{
puts("\n **************************************\n"
control.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
control.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity control is
port(clk:in std_logic;
dataout:out std_logic_vector(31 down
control.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include
control.h
void control_screen(struct soft_setup *, struct pos *,
struct control *, struct gcode_setup *);
/*prints control screen graphics and all text on screen
1st parameter ->